Module start_stop_daemon

Module start_stop_daemon 

Expand description

Start/stop service using start-stop-daemon command.

Written to support the start-stop-daemon command from BusyBox: BusyBox v1.31.1 (2020-03-06 10:56:12 CET) multi-call binary.

Structsยง

StartStopDaemon
Process spawner using start-stop-daemon command.

Constantsยง

POLL_INTERVAL ๐Ÿ”’

Functionsยง

check_running ๐Ÿ”’
cmd ๐Ÿ”’
run_exec_start_pre ๐Ÿ”’
start ๐Ÿ”’
stop_with_signal ๐Ÿ”’
wait_until_stopped ๐Ÿ”’