diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index 54aa62cce..8ffda7166 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -477,3 +477,19 @@ Dynamic (web) reports ===================== See installation instructions at :ref:`server-reports-install` + +Upstart +======= + +Upstart services are defined like this: + +.. code-block:: xml + + <Service name="cron" status="on" type="upstart"/> + +Some Upstart services require additional parameters, like network-interface and bridge-network-interface: + +.. code-block:: xml + + <Service name="network-interface" status="on" type="upstart" parameters="INTERFACE=eth0"/> + <Service name="bridge-network-interface" status="on" type="upstart" parameters="INTERFACE=br0"/>
\ No newline at end of file |