Skip to content
Snippets Groups Projects
Commit b6f70e6d authored by clayton craft's avatar clayton craft Committed by Oliver Smith
Browse files

Move wpa_supplicant to default runlevel (#286)

Having it in boot doesn't actually work, the service is being started
too early and fails. This change moves it to the default runlevel. This
change also removes "wifi-handler" since that service doesn't actually
exist.
parent ed8fba54
No related branches found
No related tags found
No related merge requests found
pkgname=postmarketos-base
pkgver=2
pkgrel=2
pkgrel=3
pkgdesc="Meta package for minimal postmarketos base"
url="https://github.com/postmarketOS"
arch="noarch"
......
......@@ -6,10 +6,10 @@
for service in devfs dmesg; do
rc-update -q add $service sysinit
done
for service in hwclock modules sysctl hostname bootmisc wpa_supplicant wifi-handler syslog; do
for service in hwclock modules sysctl hostname bootmisc syslog; do
rc-update -q add $service boot
done
for service in haveged sshd udev; do
for service in haveged sshd udev wpa_supplicant; do
rc-update -q add $service default
done
for service in mount-ro killprocs savecache; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment