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