1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/connman/connman.confd
Jakub Jirutka 9d28d2e57c community/connman: add --wait to initd to detect early crashes
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.
2021-08-05 00:23:17 +02:00

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"