bundles/systemd: fix dependencies
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-03-13 15:19:01 +01:00
parent 7604fef734
commit 206cdfe128
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -4,7 +4,7 @@ if node.has_bundle('apt') and node.os_version[0] > 10:
'packages': {
'systemd-timesyncd': {
'needed_by': {
'svc_systemd:systemd-timesyncd',
'action:systemd-enable-ntp',
},
},
},