Restart the permission service on update
This commit is contained in:
parent
49d41ba16c
commit
4990f5c6c3
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue