1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/wpa_actiond/wpa_actiond.initd
Leo e3f73e863e testing/wpa_actiond: cleanup
- Use supervise-daemon for running wpa_actiond
- Fix license
- Fix linting issues
2019-08-06 07:07:25 -03:00

14 lines
318 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
name=wpa_actiond
description="Daemon that connects to WPA Supplicant an dhandles events"
command=/usr/sbin/wpa_actiond
command_args="-i $WPA_ACTIOND_INTERFACE -a $WPA_ACTIOND_SCRIPT $WPA_ACTIOND_OPTS"
command_args_foreground="-n"
depend(){
need net wpa_supplicant
}