Commit edd2392c authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux/live: Enable livecd-* services only

All other services should be added to SYSTEMD_SERVICES_* and handled by rootfs image script.
parent 2c93da94
...@@ -2,22 +2,6 @@ ...@@ -2,22 +2,6 @@
# see also m-p-d::profiles/live/image-scripts.d/init3-services # see also m-p-d::profiles/live/image-scripts.d/init3-services
ENABLE=" ENABLE="
cups.service
avahi-daemon.service
NetworkManager.service
NetworkManager-wait-online.service
ModemManager.service
nmb.service
smb.service
cpufreq-simple.service
alteratord.socket
bluetoothd.service
crond.service
lvm2-monitor.service
network.service
chronyd.service
lightdm.service
bluetooth.service
livecd-setlocale livecd-setlocale
livecd-evms livecd-evms
livecd-save-nfs livecd-save-nfs
...@@ -25,22 +9,6 @@ livecd-timezone ...@@ -25,22 +9,6 @@ livecd-timezone
" "
DISABLE=" DISABLE="
anacron.service
dnsmasq.service
x11presetdrv.service
bridge.service
acpid.service
ethtool.service
iptables.service
lm_sensors.service
openvpn.service
sshd.service
consolesaver.service
syslogd.service
krb5kdc.service
clamd.service
haspd.service
cups.socket
" "
for i in $ENABLE; do for i in $ENABLE; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment