bundles/systemd-networkd: removal of unmanaged files must also trigger restart of systemd-networkd
This commit is contained in:
parent
7ac7c1a2b7
commit
f9e2715b30
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ else:
|
|||
directories = {
|
||||
'/etc/systemd/network': {
|
||||
'purge': True,
|
||||
'needed_by': {
|
||||
'svc_systemd:systemd-networkd',
|
||||
},
|
||||
'triggers': {
|
||||
'svc_systemd:systemd-networkd:restart',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue