bundles/systemd: fix daemon-reload command

This commit is contained in:
Franzi 2020-09-22 18:11:09 +02:00
parent 44a6e8292a
commit eee9b00f10
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

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