8 lines
154 B
Python
8 lines
154 B
Python
actions['systemd-daemon-reload'] = {
|
|
'command': 'systemctl daemon-reload',
|
|
'triggered': True,
|
|
'needed_by': {
|
|
'svc_systemd:',
|
|
},
|
|
}
|