mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
There's some race condition when connmand and iwd are started right after each other, connmand crashes immediatelly after start. Without --wait, OpenRC doesn't detect that the process died right after starting.
14 lines
355 B
Text
14 lines
355 B
Text
# Configuration file for /etc/init.d/connman
|
|
|
|
# Path to ConnMan's configuration file.
|
|
#cfgfile=/etc/connman/main.conf
|
|
|
|
# Additional arguments to pass to connmand.
|
|
#command_args=
|
|
|
|
# Number of milliseconds to wait after starting and check that daemon is
|
|
# still running.
|
|
#start_wait=50
|
|
|
|
# Uncomment to use process supervisor.
|
|
#supervisor="supervise-daemon"
|