perl-Proc-Daemon/README.md

6 lines
234 B
Markdown
Raw Normal View History

2024-01-06 09:32:33 +01:00
# perl-Proc-Daemon
This module can be used by a Perl program to initialize itself as a daemon or to execute (exec) a system command as daemon.
You can also check the status of the daemon (alive or dead) and you can kill the daemon.