[BusyBox] start-stop-daemon

Erik Andersen andersen at codepoet.org
Thu Jun 5 17:29:36 UTC 2003


On Thu Jun 05, 2003 at 03:15:57PM +0200, Matthias Lange wrote:
> Hello all,
> 
> I tried to use the start-stop-daemon to start a program which needs
> command line parameters:
> 
> > start-stop-daemon -S -x "/usr/local/bin/nano-S -D"
> 
> which returns
> 
> > start-stop-daemon: unable to start /usr/local/bin/nano-X -D: No such 
> file or directory

You are supposed to use "--" for that.  i.e.
    start-stop-daemon -S -x /usr/local/bin/nano-S -- -D

Care to try that?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the busybox mailing list