diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-11 16:05:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 16:05:48 +0200 |
commit | 1a7a54730d9cde5543ca788d064cddbf17daa200 (patch) | |
tree | 9989024b570efb8693c0ca2733a76b873c3ef764 /data/live-build-config/hooks/live/18-enable-disable_services.chroot | |
parent | 70239af62d7de4f3c14340efc934be227e8d2322 (diff) | |
parent | 0622fa1ee540041715d585cb78296570b7493e30 (diff) | |
download | vyos-build-1a7a54730d9cde5543ca788d064cddbf17daa200.tar.gz vyos-build-1a7a54730d9cde5543ca788d064cddbf17daa200.zip |
Merge pull request #556 from sever-sever/T6228
T6228: Cleanup of not existing systemd units
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 | 2 |
1 files changed, 0 insertions, 2 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 4e8efbb..4680c86 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 @@ -21,7 +21,6 @@ systemctl disable conntrackd.service systemctl disable 'udp-broadcast-relay@*.service' systemctl disable pdns-recursor.service systemctl disable tftpd-hpa.service -systemctl disable logd.service systemctl disable frr.service systemctl disable salt-minion.service systemctl disable certbot.service @@ -29,7 +28,6 @@ systemctl disable certbot.timer systemctl disable nginx.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 |