bundles/systemd: systemd-timesyncd gets started automatically
This commit is contained in:
parent
212ba72b30
commit
c0ebd25ffc
1 changed files with 0 additions and 4 deletions
|
@ -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': {},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue