diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-04-11 12:06:46 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-04-11 12:06:46 +0000 |
commit | 0622fa1ee540041715d585cb78296570b7493e30 (patch) | |
tree | 6e202f6ca895e499c3cac72a6fea602ac8f4acff /data | |
parent | a9cc581827e9a0ba1646b16ed07170e4ec2ca34e (diff) | |
download | vyos-build-0622fa1ee540041715d585cb78296570b7493e30.tar.gz vyos-build-0622fa1ee540041715d585cb78296570b7493e30.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.
```
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 08404a62..9281c36e 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 |