bundles/systemd: systemd-timesyncd gets started automatically

This commit is contained in:
Franzi 2022-03-13 15:14:40 +01:00
parent 212ba72b30
commit c0ebd25ffc
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -24,9 +24,6 @@ actions = {
'systemd-enable-ntp': {
'command': 'timedatectl set-ntp true',
'unless': 'timedatectl status | grep -Fi \'ntp service\' | grep -i \'active\'',
'needs': {
'svc_systemd:systemd-timesyncd',
},
},
}
@ -48,5 +45,4 @@ svc_systemd = {
'file:/etc/systemd/journald.conf',
},
},
'systemd-timesyncd': {},
}