diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-14 13:17:58 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-01-14 14:26:53 +0100 |
commit | e516e4c2975ffe7768fd8ee0b38955f7552b28d6 (patch) | |
tree | a7d2ce799ce96e65b166f9ff8deaf33996105e7c /data | |
parent | 68ef4ba6a32aef5f6f2db09afddf52eb72c06140 (diff) | |
download | vyos-build-e516e4c2975ffe7768fd8ee0b38955f7552b28d6.tar.gz vyos-build-e516e4c2975ffe7768fd8ee0b38955f7552b28d6.zip |
ntp: T3008: move from ntpd to chrony
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 24ae88b8..f69a76bb 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -31,7 +31,7 @@ systemctl disable apt-daily.service systemctl disable apt-daily.timer systemctl disable apt-daily-upgrade.timer systemctl disable apt-daily-upgrade.service -systemctl disable ntp.service +systemctl disable chrony.service systemctl disable igmpproxy.service systemctl disable wide-dhcpv6-client.service systemctl disable lm-sensors.service |