[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: start-stop-daemon don't understand "arguments to the daemon"



"Boris D. Beletsky" writes:
-> is it a bug or am i doing somthing wrong?
-> 
-> # start-stop-daemon --help
-> Options:  [snip]
-> 	  -- <... all of the rest are arguments to daemon ...>
->           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^	
         ^^ You need the double dash in there	    

Change this from/to:
-> # start-stop-daemon --start --exec ./switchd 10 1 1
# start-stop-daemon --start --exec ./switchd -- 10 1 1

-Larry

--
  Larry Daffner        |  Linux: Unleash the workstation in your PC!
  vizzie@airmail.net / http://web2.airmail.net/vizzie/
"I believe every human has a finite number of heartbeats. I don't intend to
 waste any of mine running around doing exercises."  --Neil Armstrong

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: