bundles/systemd: add daemon-reload action
This commit is contained in:
parent
8abfe74c2b
commit
e351c508f2
1 changed files with 7 additions and 0 deletions
7
bundles/systemd/items.py
Normal file
7
bundles/systemd/items.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
actions = {
|
||||
'systemd-reload': {
|
||||
'command': '/usr/bin/systemctl daemon-reload',
|
||||
'cascade_skip': False,
|
||||
'triggered': True,
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue