in reply to Re^2: Fork daemon from Perl script and save it's PID. How to do it right?
in thread Fork daemon from Perl script and save it's PID. How to do it right?
Is there any way to handle starting/stopping of standard system daemons?On Debian that's simply /etc/init.d/daemonname start|stop, I'm sure that suse offers a similar way.
A more low-level approach is to use start-stop-daemon directly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Fork daemon from Perl script and save it's PID. How to do it right?
by accessdenied (Acolyte) on Nov 26, 2008 at 10:44 UTC | |
by moritz (Cardinal) on Nov 26, 2008 at 10:47 UTC | |
by accessdenied (Acolyte) on Nov 26, 2008 at 11:06 UTC |