manbearwiz / Ayos

Python script to precisely control grow light fixtures according to your current locations sunrise and sunset.
3 stars 0 forks source link

Run as Unix daemon process #2

Open manbearwiz opened 10 years ago

manbearwiz commented 10 years ago

Ayos is intended to be a long running service so it would be nice to include the ability to run as a "well-behaved daemon"

manbearwiz commented 10 years ago

Some searching turned up SimpleDaemon as a package that might make this fairly easy.

manbearwiz commented 10 years ago

Started a branch to implement this with SimpleDaemon.

manbearwiz commented 10 years ago

Working on changes to SimpleDaemon to allow the command line functionality I want.