Fulltext results:
- davmail
- Function that starts the daemon/service # do_start() { start-stop-daemon --start -... Function that stops the daemon/service # do_stop() { start-stop-daemon --stop --q... 2. start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON [ "$?"... & log_daemon_msg "Starting $DESC" "$NAME" do_start case "$?" in 0|1) [ "$V