2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

wpa_supplicant: provide service file

This commit is contained in:
Dylan Araps 2021-07-29 10:22:51 +03:00
parent b853b2de41
commit 7cb956ca68
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 10 additions and 9 deletions

View File

@ -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"

View File

@ -1,3 +1,4 @@
fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17
d2b57597b234c84b113e7640064c3273616c0bf086ad223d71f49aaea086ad59
ea81361a44cede64fb42309e783f26ca1d0a4f6677a21550aad925b25405eeb0
edc95eac8695181682d22773d2d500a8b2dbe427632f342094365b235be47ff7

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec wpa_supplicant -C /etc/wpa_supplicant.conf

View File

@ -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

View File

@ -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