summarylogtreecommitdiffstats
path: root/99-endlessh.hook
blob: 03ff24c9dae5ae5afbc3135257341097147aa785 (plain)
1
2
3
4
5
6
7
8
9
[Trigger]
Type = Package
Operation = Upgrade
Target = krathalans-endlessh-git

[Action]
Description = Restarting endlessh.service
When = PostTransaction
Exec = /bin/sh -c 'if systemctl is-active -q endlessh.service; then systemctl restart endlessh.service; fi'