diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-11 16:17:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 16:17:28 +0200 |
commit | 592cc49fe14cce3a202dd445c5895e94e5f986bf (patch) | |
tree | 621b7c3e160712dc7fea9168777d44d95f0246e2 /data | |
parent | 46705755adfefb1b1d50f8975437aa32776e0592 (diff) | |
parent | b9a2639cd8cb18ec822b011c4df3d5f20fd2d6c6 (diff) | |
download | vyos-build-592cc49fe14cce3a202dd445c5895e94e5f986bf.tar.gz vyos-build-592cc49fe14cce3a202dd445c5895e94e5f986bf.zip |
Merge pull request #558 from vyos/mergify/bp/sagitta/pr-556
T6228: Cleanup of not existing systemd units (backport #556)
Diffstat (limited to 'data')
-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 ba28af58..c9978c59 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 @@ -19,7 +19,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 @@ -27,7 +26,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 |