diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:22:15 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:26:56 +0200 |
commit | 3a7be00fff341c25cc50ed7117ed951d989523d3 (patch) | |
tree | 77e90ba9129a101345bf7ede74594f0fa17f66a2 /data/live-build-config | |
parent | fd3624774bfa8278ce7d43575ebac0728dd8a4ee (diff) | |
download | vyos-build-3a7be00fff341c25cc50ed7117ed951d989523d3.tar.gz vyos-build-3a7be00fff341c25cc50ed7117ed951d989523d3.zip |
systemd: services: remove no longer available lighttpd.service from disable list
(cherry picked from commit a834d2a97a159ad4ec1f5ffa285c6748ffcc3ddd)
Diffstat (limited to 'data/live-build-config')
-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 417f23f1..8465fc00 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 @@ -9,7 +9,6 @@ systemctl disable nfacctd.service systemctl disable pmacctd.service systemctl disable sfacctd.service systemctl disable uacctd.service -systemctl disable lighttpd.service systemctl disable ssh.service systemctl disable openvpn.service systemctl disable lldpd.service |