fix dep
This commit is contained in:
parent
f1afe13fad
commit
f9790912a6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ for name, unit in node.metadata.get('systemd/units').items():
|
|||
if extension in ['netdev', 'network']:
|
||||
path = f'/etc/systemd/network/{name}'
|
||||
dependencies = {
|
||||
'needed_by': [
|
||||
'svc_systemd:systemd-networkd',
|
||||
],
|
||||
'triggers': [
|
||||
'svc_systemd:systemd-networkd:restart',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue