diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-02 20:18:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-02 20:18:49 +0100 |
commit | a276c3e7f9b4cb913e240c71ac13c1213a6a38bb (patch) | |
tree | dd7c612fab9494337a7c83318d468dd3e26a5a24 /data/live-build-config/hooks/live/18-enable-disable_services.chroot | |
parent | dc9051e57c486041e6eeb07195b2b7a6e67f727a (diff) | |
download | vyos-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-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 4 |
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 |