On 07/07/2011 04:17 PM, Daniel P. Berrange wrote:
  if [ $1 -eq 1 ] ; then
      # Initial installation
+    /bin/systemctl enable virtlockd.service>/dev/null 2>&1 || :
      /bin/systemctl enable libvirtd.service>/dev/null 2>&1 || :
      /bin/systemctl enable cgconfig.service>/dev/null 2>&1 || :
  fi
@@ -914,8 +915,10 @@ fi
  %if %{with_systemd}
  if [ $1 -eq 0 ] ; then
      # Package removal, not upgrade
+    /bin/systemctl --no-reload disable virtlockd.service>  /dev/null 2>&1 || :
      /bin/systemctl --no-reload disable libvirtd.service>  /dev/null 2>&1 || :
      /bin/systemctl stop libvirtd.service>  /dev/null 2>&1 || :
+    /bin/systemctl stop virtlockd.service>  /dev/null 2>&1 || :
  fi

Do you really want to enable the .service by default rather than the .socket? IIUC, in the common case of no autostart guests enabling the .socket will cut on boot-time operations.

systemd is new to me though, so I may well have misunderstood something...

Paolo

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to