chiark / gitweb /
man: don't do more reloads than necessary in spec files
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Feb 2011 01:25:18 +0000 (02:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Feb 2011 01:25:18 +0000 (02:25 +0100)
man/daemon.xml

index 7e7039e07ad5a226f190ea302d8b517c2fcc6d17..ea0e6d27f58f665045fe761b1a909e0edd6390a1 100644 (file)
@@ -841,7 +841,7 @@ fi
 %preun
 if [ $1 -eq 0 ]; then
         # On uninstall (not upgrade), disable and stop the units
-        /bin/systemctl disable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
+        /bin/systemctl --no-reload disable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
         /bin/systemctl stop foobar.service foobar.socket >/dev/null 2>&amp;1 || :
 fi
 
@@ -870,7 +870,7 @@ fi</programlisting>
 
                         <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 || :
+        /bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
 fi</programlisting>
 
                         <para>Where 0.47.11-1 is the first package