diff options
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
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 |