I am writing a daemon program in Python for use in Debian. I conducted thorough research and I have two candidates left:
- Python-daemon, Python library
- Start-stop-daemon, Linux team used Init.d scripts a lot
What are the pros and cons of each decision and which one should I choose?
Alain source
share