python-daemon icon indicating copy to clipboard operation
python-daemon copied to clipboard

Python library to implement a well-behaved Unix daemon process.

Results 1 python-daemon issues
Sort by recently updated
recently updated
newest added

This adds a useful method to the DaemonRunner class, allowing users to add their own functions if they'd like. Here is an [example](https://github.com/failedxyz/xinircd/blob/91fc26661693e7a63b41a13a91b217dc52734577/xinircd.py#L97) of how it would be used.