diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-04-11 12:06:46 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-11 14:06:59 +0000 |
commit | b9a2639cd8cb18ec822b011c4df3d5f20fd2d6c6 (patch) | |
tree | 183e29b9219412633e5f2a230989bbbdbc72c20a /data | |
parent | a1c044313d0180462d847ba58f12a1773e8a9dd2 (diff) | |
download | vyos-build-b9a2639cd8cb18ec822b011c4df3d5f20fd2d6c6.tar.gz vyos-build-b9a2639cd8cb18ec822b011c4df3d5f20fd2d6c6.zip |
T6228: Cleanup of not existing systemd units
Delete not existing units:
```
06:12:51 Failed to disable unit, unit logd.service does not exist.
06:12:51 Failed to disable unit, unit heartbeat.service does not exist.
```
(cherry picked from commit 0622fa1ee540041715d585cb78296570b7493e30)
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 e9deac94..f62db507 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 |