man: fix chkconfig syntax to use --level 3

This commit is contained in:
Lennart Poettering 2011-03-01 22:18:49 +01:00
parent 020501d952
commit 6221fcdf2e
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ fi</programlisting>
a fragment like the following:</para>
<programlisting>%triggerun -- foobar &lt; 0.47.11-1
if /sbin/chkconfig foobar ; then
if /sbin/chkconfig --level 3 foobar ; then
/bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
fi</programlisting>