]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- use generic systemd post scriptlet
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jan 2022 20:01:59 +0000 (21:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Jan 2022 20:01:59 +0000 (21:01 +0100)
qemu.spec

index 13555872ba90362fe20117e93eed81c3617c3546..dddc79605edd7b758cd375233061538aad34dbdc 100644 (file)
--- 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
This page took 0.146935 seconds and 4 git commands to generate.