mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: fix chkconfig syntax to use --level 3
This commit is contained in:
parent
020501d952
commit
6221fcdf2e
@ -869,7 +869,7 @@ fi</programlisting>
|
|||||||
a fragment like the following:</para>
|
a fragment like the following:</para>
|
||||||
|
|
||||||
<programlisting>%triggerun -- foobar < 0.47.11-1
|
<programlisting>%triggerun -- foobar < 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>&1 || :
|
/bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&1 || :
|
||||||
fi</programlisting>
|
fi</programlisting>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user