Python-daemon vs start-stop-daemon

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?

+4
source share

Source: https://habr.com/ru/post/1533970/


All Articles