chiark / gitweb /
man: runlevel 5 is usually more comprehensive, so use it instead of 3 to detect wheth...
[elogind.git] / man / daemon.xml
index ab355cd59374dc07bb77c49bed3aea0cf61563dd..bf454fd0405a97f4381eac44298456f074c40241 100644 (file)
@@ -869,7 +869,7 @@ fi</programlisting>
                         a fragment like the following:</para>
 
                         <programlisting>%triggerun -- foobar &lt; 0.47.11-1
-if /sbin/chkconfig --level 3 foobar ; then
+if /sbin/chkconfig --level 5 foobar ; then
         /bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
 fi</programlisting>