From a330e0fb6a3949a0e838a9d2c1c879239dcc272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 14 Oct 2020 14:48:36 +0200 Subject: [PATCH] Update services.sh --- bootstrap/services.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/services.sh b/bootstrap/services.sh index 630cd20..df136ff 100755 --- a/bootstrap/services.sh +++ b/bootstrap/services.sh @@ -8,11 +8,11 @@ for service in devfs dmesg mdev; do rc-update add $service sysinit done -for service in modules sysctl hostname bootmisc swclock syslog swap wpa_supplicant wpa_cli; do +for service in modules sysctl hostname bootmisc swclock syslog swap; do rc-update add $service boot done -for service in dbus haveged sshd chronyd local networking avahi-daemon bluetooth; do +for service in dbus haveged sshd chronyd local networking avahi-daemon bluetooth wpa_supplicant wpa_cli; do rc-update add $service default done