mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
wpa_supplicant: provide service file
This commit is contained in:
parent
b853b2de41
commit
7cb956ca68
@ -21,3 +21,8 @@ mkdir -p \
|
||||
|
||||
cp -f doc/docbook/*.5 "$1/usr/share/man/man5"
|
||||
cp -f doc/docbook/*.8 "$1/usr/share/man/man8"
|
||||
|
||||
# Install runit service.
|
||||
mkdir -p "$1/etc/sv/wpa_supplicant"
|
||||
cp -f wpa_supplicant.run "$1/etc/sv/wpa_supplicant/run"
|
||||
ln -sf /run/runit/supervise.wpa_supplicant "$1/etc/sv/wpa_supplicant/supervise"
|
||||
|
@ -1,3 +1,4 @@
|
||||
fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17
|
||||
d2b57597b234c84b113e7640064c3273616c0bf086ad223d71f49aaea086ad59
|
||||
ea81361a44cede64fb42309e783f26ca1d0a4f6677a21550aad925b25405eeb0
|
||||
edc95eac8695181682d22773d2d500a8b2dbe427632f342094365b235be47ff7
|
||||
|
2
extra/wpa_supplicant/files/wpa_supplicant.run
Executable file
2
extra/wpa_supplicant/files/wpa_supplicant.run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec wpa_supplicant -C /etc/wpa_supplicant.conf
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: You can now remove 'libnl' as wpa_supplicant
|
||||
no longer needs it (static libnl-tiny).
|
||||
|
||||
EOF
|
@ -1,3 +1,4 @@
|
||||
https://w1.fi/releases/wpa_supplicant-VERSION.tar.gz
|
||||
https://github.com/sabotage-linux/libnl-tiny/archive/4225e93bec5304abee3386213213718367e54a93.tar.gz libnl
|
||||
files/.config wpa_supplicant/
|
||||
files/.config wpa_supplicant
|
||||
files/wpa_supplicant.run wpa_supplicant
|
||||
|
Loading…
Reference in New Issue
Block a user