What are the drawbacks of running a Python script with `daemonize` vs explicitly writing it to be a daemon with the standard daemon process library?

前端 未结 0 909
长情又很酷
长情又很酷 2020-12-15 02:20

I have a Python app which needs to run in the background on one and only one type of system (my own embedded Linux product). I was wondering, if I don\'t need the Python app

相关标签:
回答
  • 消灭零回复
提交回复
热议问题