Skip to content

Commit

Permalink
Update services.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx authored Oct 14, 2020
1 parent a4a7919 commit a330e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a330e0f

Please sign in to comment.