blob: 524553242d2f0c66f2daf2d2913a1f97daaa355f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Trigger]
Operation = Install
Type = Package
Target = bustd
[Action]
Description = Start 'bustd' executable with systemd
When = PostTransaction
Depends = systemd
Exec = /usr/bin/systemctl enable --now bustd
|