Lines Matching defs:stop
128 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
131 start-stop-daemon --stop --exec $@
157 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
160 start-stop-daemon --stop --exec $@
289 stop() {
293 PARAMS="--stop --config $VBOXAUTOSTART_CONFIG"
298 for user in `ls $VBOXAUTOSTART_DB/*.stop`
300 start_daemon `basename $user | sed -ne "s/\(.*\).stop/\1/p"` $binary $PARAMS > /dev/null 2>&1
310 stop)
311 stop
314 echo "Usage: $0 {start|stop}"