diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-05 20:26:07 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-05 20:26:07 +0200 |
commit | 705a03eb980c8406f02ccd215d49c5e0b0e1386f (patch) | |
tree | 10a9ffb6018fd67095c11b0109330da7a0d11e09 /data/live-build-config/hooks/live | |
parent | 4d371db4ff0275b1e9edd8a497c1a9535d39195a (diff) | |
download | vyos-build-705a03eb980c8406f02ccd215d49c5e0b0e1386f.tar.gz vyos-build-705a03eb980c8406f02ccd215d49c5e0b0e1386f.zip |
systemd: T5003: cleanup timers
Diffstat (limited to 'data/live-build-config/hooks/live')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 3 |
1 files changed, 3 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 046f99a0..628ebddc 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 @@ -63,11 +63,14 @@ systemctl disable miniupnpd.service systemctl disable owamp-server.service systemctl disable twamp-server.service systemctl disable podman-auto-update.service +systemctl disable podman-auto-update.timer systemctl disable podman-restart.service systemctl disable vyos-wan-load-balance.service systemctl disable nvmf-autoconnect.service systemctl disable sendmail.service systemctl disable vpp.service +systemctl disable dpkg-db-backup.timer +systemctl disable dpkg-db-backup.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |