mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
24 lines
848 B
Bash
24 lines
848 B
Bash
# Configuration for /etc/init.d/eiwd
|
|
|
|
# A comma-separated list of patterns specifying the network interfaces that
|
|
# eiwd is allowed to manage. Defaults to any wireless interfaces.
|
|
#allowed_interfaces=
|
|
|
|
# A comma-separated list of patterns specifying the network interfaces that
|
|
# eiwd should ignore.
|
|
#ignored_interfaces=
|
|
|
|
# Extra options for eiwd(8).
|
|
#command_args=
|
|
|
|
# Log messages are redirected to syslog. Set to empty string to disable.
|
|
#error_logger="logger -t eiwd -p daemon.info >/dev/null 2>&1"
|
|
|
|
# Number of milliseconds to wait after starting and check that daemon is
|
|
# still running. Set to empty string to disable.
|
|
# NOTE: If you use eiwd together with ConnMan and ConnMan crashes when started
|
|
# right after eiwd, increase this period to e.g. 200 ms.
|
|
#start_wait=50
|
|
|
|
# Uncomment to use process supervisor.
|
|
# supervisor="supervise-daemon"
|