summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides/ubuntu.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-22 13:40:20 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-01-22 13:40:20 -0600
commit2a0f4b824a104c97f3464d68d853720bb8bb06c2 (patch)
tree4e71560b8add111ffccd601b19aacbb868c82d36 /doc/appendix/guides/ubuntu.txt
parente8be69a17541d1973ebb446cfe5af308e39ac68b (diff)
parent7e88c5454e7cce16874b69e402779af9412fd055 (diff)
downloadbcfg2-2a0f4b824a104c97f3464d68d853720bb8bb06c2.tar.gz
bcfg2-2a0f4b824a104c97f3464d68d853720bb8bb06c2.tar.bz2
bcfg2-2a0f4b824a104c97f3464d68d853720bb8bb06c2.zip
Merge branch 'master' of https://github.com/jdigilio/bcfg2
Diffstat (limited to 'doc/appendix/guides/ubuntu.txt')
-rw-r--r--doc/appendix/guides/ubuntu.txt16
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