| View previous topic :: View next topic |
| Author |
Message |
wanne n00b

Joined: 28 Oct 2010 Posts: 12
|
Posted: Sun Nov 21, 2010 6:22 pm Post subject: Options in Initscript with start-stop-daemon |
|
|
I've tryed to write a Initscript with this documentation.
It would be helpful if you add that you have to add options after two -- when you use start-stop-daemon.
like this: start-stop-daemon --start --exec /usr/bin/rsync --pidfile /var/run/rsyncd.pid -- --daemon ${RSYNC_OPTS}
instead of start-stop-daemon --start --exec '/usr/bin/rsync --daemon ${RSYNC_OPTS}' --pidfile /var/run/rsyncd.pid.
The most users will know it but mybe not everyone. Especially these ones who need this documentation can have problems like me.
It's also missing in the German documentation. |
|
| Back to top |
|
 |
tomk Administrator


Joined: 23 Sep 2003 Posts: 7098 Location: Sat in front of my computer
|
Posted: Mon Nov 22, 2010 9:40 am Post subject: |
|
|
Please create a bug for the docs team to look at. _________________ Search | Read | Answer | Report | Strip |
|
| Back to top |
|
 |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1920 Location: UK
|
Posted: Wed Dec 01, 2010 7:16 pm Post subject: |
|
|
| On the other hand, this exact thing is mentioned on the second line of the start-stop-daemon manpage... |
|
| Back to top |
|
 |
|