Restart the permission service on update

This commit is contained in:
Matti Viljanen 2023-01-01 01:45:19 +02:00
parent 49d41ba16c
commit 4990f5c6c3
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -92,6 +92,7 @@ rm -f %{_unitdir}/%{name}.service
# Install/update permission daemon (root)
systemctl daemon-reload
systemctl enable %{name}-oneshot.service
systemctl stop %{name}-oneshot.service
systemctl start %{name}-oneshot.service
# Install/update background daemon (default user)