Moved daemon3x.py to files/

This commit is contained in:
Johannes Findeisen 2022-07-18 11:06:24 +02:00
commit 5f3f4e912f
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Generic linux daemon base class for python 3.x.
Original Source:
https://web.archive.org/web/20131017130434/http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
https://web.archive.org/web/20131017130434/http://www.jejik.com/files/examples/daemon3x.py
See daemon3x.py in the uplink source tree.
See files/daemon3x.py in the uplink source tree.
More Information:
https://franklingu.github.io/programming/2016/03/01/creating-daemon-process-python-example-explanation/