chiark / gitweb /
man: s/triggerin/triggerun/ for rpm upgrades
[elogind.git] / man / daemon.xml
index edf8e52b880a1b60691826582dccf55ef852868f..dac244ca4e8abbfd4459d36fbd2b72cefd2927be 100644 (file)
@@ -863,7 +863,7 @@ fi</programlisting>
                         script and a native systemd service file, use
                         a fragment like the following:</para>
 
-                        <programlisting>%triggerin -- foobar &lt; 0.47.11-1
+                        <programlisting>%triggerun -- foobar &lt; 0.47.11-1
 if /sbin/chkconfig foobar ; then
         /bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
 fi</programlisting>