From a276c3e7f9b4cb913e240c71ac13c1213a6a38bb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 2 Dec 2019 20:18:48 +0100 Subject: systemd: apt: disable daily update service As VyOS does not make use of APT for updating the system it is useless to run this service. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/live-build-config/hooks/live') 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 b726bc3a..511b45df 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 @@ -44,6 +44,10 @@ systemctl disable corosync.service systemctl disable wpa_supplicant.service systemctl disable squid.service systemctl disable heartbeat.service +systemctl disable apt-daily.service +systemctl disable apt-daily.timer +systemctl disable apt-daily-upgrade.timer +systemctl disable apt-daily-upgrade.service systemctl enable vyos-hostsd.service systemctl enable acpid.service -- cgit v1.2.3