What python modules are available for demonstration in the standard library?

I have a simple python program that I would like to demonize.

Since my task is not to demonstrate mastery over caviar, plug, disconnect, etc., I would like to find a module that will make it quick and easy for me. I looked in std lib but didn't seem to find anything.

Whether there is a?

+3
source share
2 answers

Here is a library for creating good unix daemons: http://pypi.python.org/pypi/python-daemon/

And one more that looks lighter: http://code.activestate.com/recipes/278731/

+4
source
subprocess

- () .

-1

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


All Articles