diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/daemon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index ab355cd593..bf454fd040 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -869,7 +869,7 @@ fi</programlisting> a fragment like the following:</para> <programlisting>%triggerun -- foobar < 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>&1 || : fi</programlisting> |