blob: d5c61ffff4eda8324ec5b7f5686a206a0b8dfc93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Trigger]
Operation = Upgrade
Type = Package
Target = bustd
[Action]
Description = Reload the current running instance of 'bustd'
When = PostTransaction
Depends = systemd
Exec = /usr/bin/systemctl restart --now bustd
|