Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.09 KB

pyDaemon

pyDaemon is a project in which you will find the Daemon class, this class makes your code to run as a service in Linux starting it as a process in the system (running in background, no matter if you close the shell). With your script extending the Daemon class you will be able to: Start, Stop and Restart the service.

The Daemon class is based on A simple unix/linux daemon in Python by Sander Marechal , my contributions are next: I made it work in python3 , added PEP8 Standards, commented code and modified/add/delete code.

Status

Ready to be used

Usage

Extend your class from Daemon, and override the run method

Example

See Examples dir

Tech

Python3

License

"Para el pueblo" Yes that means MIT :)

Contributors Welcome

If you want to contribute to this project feel free to put in contact with me ([email protected]) and lets discuss your ideas :)