Add warning about Upstart

This commit is contained in:
Tom Eastep 2010-07-23 07:38:28 -07:00
parent 898274dd77
commit 00352baba7

View File

@ -165,11 +165,17 @@
<listitem> <listitem>
<para>Optional) -- If you have specified at least one <para>Optional) -- If you have specified at least one
<option>required</option> or <option>optional</option> interface, you <option>required</option> or <option>optional</option> interface, you
can then disable automatic firewall startup at boot time. On can then disable automatic firewall startup at boot time. On Debian
Debian-based systems, set startup=0 in systems, set startup=0 in
<filename>/etc/default/<replaceable>product</replaceable></filename>. <filename>/etc/default/<replaceable>product</replaceable></filename>.
On other systems, use your service startup configuration tool On other systems, use your service startup configuration tool
(chkconfig, insserv, ...) to disable startup.</para> (chkconfig, insserv, ...) to disable startup.</para>
<warning>
<para>If your system uses Upstart as it's system initialization
daemon, you should not disable startup. Upstart is standard on
recent Ubuntu and Fedora releases and is optional on Debian.</para>
</warning>
</listitem> </listitem>
</orderedlist> </orderedlist>