Michael Stapelberg <[email protected]> writes: > Excerpts from Sam Hartman's message of Di Nov 03 19:47:53 +0100 2009:
>> I don't think start-stop-daemon can create the pid file because these >> process fork and daemon themselves. > You can use the -n option for that. The -n option to start-stop-daemon does not create a PID file. It changes the matching logic for finding the process to kill (to use logic that isn't allowed by Debian Policy). start-stop-daemon cannot generate PID files for daemons that background themselves. It has no idea what the final PID file is. The daemon has to do so directly. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

