Skip to content

Commit

Permalink
Fix inconsistency in docs (#1025)
Browse files Browse the repository at this point in the history
Copied correct override path from `archetypes/cheatsheet.rst`. Also fixed markup - Sphinx nested lists must be separated by blank line.
  • Loading branch information
Discipe authored and muuki88 committed Aug 29, 2017
1 parent a412d46 commit 366dcfb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/sphinx/archetypes/systemloaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,17 @@ Override Start Script
~~~~~~~~~~~~~~~~~~~~~

It's also possible to override the entire script/configuration for your service manager.
Create a file ``src/templates/systemloader/$loader`` and it will be used instead.
Create a file ``src/templates/systemloader/$loader/$template`` and it will be used instead.


Possible values:

* ``$loader`` - ``upstart``, ``systemv`` or ``systemd``
* ``$template`` -

* ``systemv`` - ``loader-functions``, ``start-debian-template``, or ``start-rpm-template``
* ``systemd`` - ``loader-functions`` or ``start-template``
* ``upstart`` - ``loader-functions`` or ``start-template``

**Syntax**

Expand Down

0 comments on commit 366dcfb

Please sign in to comment.