bundles/systemd: add daemon-reload action

This commit is contained in:
Franzi 2020-03-21 11:31:56 +00:00
parent 8abfe74c2b
commit e351c508f2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

7
bundles/systemd/items.py Normal file
View file

@ -0,0 +1,7 @@
actions = {
'systemd-reload': {
'command': '/usr/bin/systemctl daemon-reload',
'cascade_skip': False,
'triggered': True,
},
}