J
John Kelly
The daemon helper, dh is its name.
It's a small C program that starts any program or shell command as a
daemon, then gets out of the way.
Yes I know there are various others. But this is one I wrote, and I
gave it an Apache license.
If you don't like the name "dh" for whatever reason, you can patch the
Makefile and source to give it whatever name you like. Perhaps "dprime"
(daemon primer), or "dp" for a short name.
ftp://ftp.beewyz.com/users/jar/etcetera/computer/programming/project/dh/
Yes I know you can fork,setsid,exec in Perl too. But the daemon helper
covers some bases you might not think of, when throwing your Perl script
together. And a tool that already does the job for you, saves time.
It's a small C program that starts any program or shell command as a
daemon, then gets out of the way.
Yes I know there are various others. But this is one I wrote, and I
gave it an Apache license.
If you don't like the name "dh" for whatever reason, you can patch the
Makefile and source to give it whatever name you like. Perhaps "dprime"
(daemon primer), or "dp" for a short name.
ftp://ftp.beewyz.com/users/jar/etcetera/computer/programming/project/dh/
Yes I know you can fork,setsid,exec in Perl too. But the daemon helper
covers some bases you might not think of, when throwing your Perl script
together. And a tool that already does the job for you, saves time.