diff options
author | hagbard <vyosdev@derith.de> | 2019-11-29 11:05:27 -0800 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-11-29 11:05:27 -0800 |
commit | 672cff5ebf2a61ed5bc075fcab03a806d3c1139c (patch) | |
tree | 0089e1983da33e22ea6696b69f0c010d189b3ef2 /data | |
parent | af920bd3be793e27d5460deb693ae14d42e246fa (diff) | |
download | vyos-build-672cff5ebf2a61ed5bc075fcab03a806d3c1139c.tar.gz vyos-build-672cff5ebf2a61ed5bc075fcab03a806d3c1139c.zip |
syslog: T1834: 'del system syslog' doesn't stop rsyslog
- disable syslog.socket unit is not required, it's no service
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 0 insertions, 1 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 54f1fa5c..4ae8d478 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,7 +44,6 @@ 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 |