blob: 89260ab0c07960fe1b03545597a7322954712488 (
plain)
1
2
3
4
5
6
7
8
9
|
[Trigger]
Type = Package
Operation = Upgrade
Target = concrnt-hyperproxy
[Action]
Description = Restarting concrnt-activitypub...
When = PostTransaction
Exec = /bin/bash -c '/usr/bin/systemctl is-active concrnt-hyperproxy.service -q && /usr/bin/systemctl restart concrnt-hyperproxy.service || /usr/bin/true'
|