diff options
author | Christian Breunig <christian@poessinger.com> | 2023-01-15 07:59:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 07:59:17 +0100 |
commit | 12bfac4565103c4ed14f24e3e293fdb56bf1e44c (patch) | |
tree | a7d2ce799ce96e65b166f9ff8deaf33996105e7c /data | |
parent | 68ef4ba6a32aef5f6f2db09afddf52eb72c06140 (diff) | |
parent | e516e4c2975ffe7768fd8ee0b38955f7552b28d6 (diff) | |
download | vyos-build-12bfac4565103c4ed14f24e3e293fdb56bf1e44c.tar.gz vyos-build-12bfac4565103c4ed14f24e3e293fdb56bf1e44c.zip |
Merge pull request #292 from c-po/t3008-chrony
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 |