summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-11-29 09:24:23 -0800
committerhagbard <vyosdev@derith.de>2019-11-29 09:24:23 -0800
commitaf920bd3be793e27d5460deb693ae14d42e246fa (patch)
treebc275f7dd5dd5e99f65c61a576ff8577def51012
parent9ff7a6b3ae7135664fd484209d4f325e60cc6dc7 (diff)
downloadvyos-build-af920bd3be793e27d5460deb693ae14d42e246fa.tar.gz
vyos-build-af920bd3be793e27d5460deb693ae14d42e246fa.zip
syslog: T1834: 'del system syslog' doesn't stop rsyslog
- disbled autostart at boot via systemd
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot2
1 files changed, 2 insertions, 0 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 fc6d2b76..54f1fa5c 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
@@ -44,6 +44,8 @@ systemctl disable corosync.service
systemctl disable wpa_supplicant.service
systemctl disable squid.service
systemctl disable heartbeat.service
+systemctl disable syslog.socket
+systemctl disable rsyslog.service
systemctl enable vyos-hostsd.service