diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-02 21:00:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-02 21:00:50 +0100 |
commit | 51d1f85b515357f20fa75d08d175641e383c92f8 (patch) | |
tree | e2599411db7062d15acec09517d1c060dc951cc8 /data/live-build-config/hooks/live/18-enable-disable_services.chroot | |
parent | f2dd696099c684efd2b9deb19db169082487320a (diff) | |
download | vyos-build-51d1f85b515357f20fa75d08d175641e383c92f8.tar.gz vyos-build-51d1f85b515357f20fa75d08d175641e383c92f8.zip |
systemd: ntp: service is handled by VyOS CLI
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 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 5d591e7e..c0c24728 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 @@ -50,6 +50,7 @@ systemctl disable apt-daily-upgrade.timer systemctl disable apt-daily-upgrade.service systemctl disable pcscd.service systemctl disable man-db.timer +systemctl disable ntp.service systemctl enable vyos-hostsd.service systemctl enable acpid.service |