[packages/qemu] - use generic systemd post scriptlet
baggins
baggins at pld-linux.org
Tue Jan 4 21:02:23 CET 2022
commit ba74f3cd0915524d48edfe21a86d897f71591bd2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Jan 4 21:01:59 2022 +0100
- use generic systemd post scriptlet
qemu.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 1355587..dddc796 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1231,16 +1231,16 @@ fi
%systemd_trigger qemu-pr-helper.service
%post user
-%systemd_service_restart systemd-binfmt.service
+%systemd_post systemd-binfmt.service
%postun user
-%systemd_service_restart systemd-binfmt.service
+%systemd_post systemd-binfmt.service
%post user-static
-%systemd_service_restart systemd-binfmt.service
+%systemd_post systemd-binfmt.service
%postun user-static
-%systemd_service_restart systemd-binfmt.service
+%systemd_post systemd-binfmt.service
%post guest-agent
/sbin/chkconfig --add qemu-ga
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/ba74f3cd0915524d48edfe21a86d897f71591bd2
More information about the pld-cvs-commit
mailing list