bundles/systemd: fix daemon-reload command
This commit is contained in:
parent
44a6e8292a
commit
eee9b00f10
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
actions = {
|
actions = {
|
||||||
'systemd-reload': {
|
'systemd-reload': {
|
||||||
'command': '/usr/bin/systemctl daemon-reload',
|
'command': 'systemctl daemon-reload',
|
||||||
'cascade_skip': False,
|
'cascade_skip': False,
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
'needed_by': {
|
'needed_by': {
|
||||||
|
|
Loading…
Reference in a new issue