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... & log_daemon_msg "Starting $DESC" "$NAME" do_start case "$?" in 0|1) [ "$V... & log_daemon_msg "Stopping $DESC" "$NAME" do_stop case "$?" in 0|1) [ "$VE