X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fdaemon.xml;h=ea0e6d27f58f665045fe761b1a909e0edd6390a1;hb=d12d0e647a0bf83581e2dba4281a5b93b5428886;hp=7e7039e07ad5a226f190ea302d8b517c2fcc6d17;hpb=f73f76acff4fd1d90bfbef486eedb25c4462809b;p=elogind.git diff --git a/man/daemon.xml b/man/daemon.xml index 7e7039e07..ea0e6d27f 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -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>&1 || : + /bin/systemctl --no-reload disable foobar.service foobar.socket >/dev/null 2>&1 || : /bin/systemctl stop foobar.service foobar.socket >/dev/null 2>&1 || : fi @@ -870,7 +870,7 @@ fi %triggerun -- foobar < 0.47.11-1 if /sbin/chkconfig foobar ; then - /bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&1 || : + /bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&1 || : fi Where 0.47.11-1 is the first package