summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/18-enable-disable_services.chroot
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-02 20:18:48 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-02 20:18:49 +0100
commita276c3e7f9b4cb913e240c71ac13c1213a6a38bb (patch)
treedd7c612fab9494337a7c83318d468dd3e26a5a24 /data/live-build-config/hooks/live/18-enable-disable_services.chroot
parentdc9051e57c486041e6eeb07195b2b7a6e67f727a (diff)
downloadvyos-build-a276c3e7f9b4cb913e240c71ac13c1213a6a38bb.tar.gz
vyos-build-a276c3e7f9b4cb913e240c71ac13c1213a6a38bb.zip
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.
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot4
1 files changed, 4 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 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