From e52a5136ef375ef0115bf8f0f3d3cfedd354d772 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 11 Apr 2023 19:53:27 +0200 Subject: Revert "systemd: services: remove autostart of sendmail and rsyslogd" This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23. Somehow FRR does not like it to be started with no logging daemon present and Smoketests fail. --- data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/live-build-config') 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 f505bf0d..c62b0d58 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 @@ -64,8 +64,6 @@ systemctl disable owamp-server.service systemctl disable twamp-server.service systemctl disable podman-auto-update.service systemctl disable podman-restart.service -systemctl disable rsyslog.service -systemctl disable sendmail.service echo I: Enabling services systemctl enable frr.service -- cgit v1.2.3