start-stop-daemon claims to offer --start, but then doesn't accept it:

start-stop-daemon: unrecognized option `--start'
BusyBox v1.7.2 (2007-10-17 15:06:10 EST) multi-call binary

Usage: start-stop-daemon [OPTIONS] [--start|--stop] ... [-- arguments...]

Start and stop services

Options:
        -S|--start                      Start
        -K|--stop                       Stop
        -a|--startas pathname           Starts process specified by path        
                Force process into background
        -u|--user username|uid          Stop this user's processes
        -x|--exec executable            Program to either start or check
        -m|--make-pidfile               Create the -p file and enter pid in it
        -n|--name process-name          Stop processes with this name
        -p|--pidfile pid-file           Save or load pid using a pid-file
        -q|--quiet                      Quiet
        -o|--oknodo                     Exit status 0 if nothing done
        -v|--verbose                    Verbose
        -N|--nicelevel N                Add N to process's nice level
        -s|--signal signal              Signal to send (default TERM)
        -c|--chuid user[:[group]]       Change to specified user/group


Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to