diff options
-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 edf8e52b88..dac244ca4e 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -863,7 +863,7 @@ fi</programlisting> script and a native systemd service file, use a fragment like the following:</para> - <programlisting>%triggerin -- foobar < 0.47.11-1 + <programlisting>%triggerun -- foobar < 0.47.11-1 if /sbin/chkconfig foobar ; then /bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&1 || : fi</programlisting> |