bundles: add dependency to systemd-networkd

This commit is contained in:
Franzi 2022-07-10 13:32:11 +02:00
parent ac0f849871
commit dd5a97eced
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,11 @@ files = {
}
svc_systemd = {
'systemd-networkd': {},
'systemd-networkd': {
'before': {
'git_deploy:',
},
},
'systemd-resolved': {
'running': False,
'enabled': False,