Since python-daemon is restricted to *nix systems, what is the easiest way to write a python program that can act as both *nix and Windows services in a Pythonic way?
Asked
Active
Viewed 41 times
0
-
if you have python installed on windows it should run... May have to set up your path correctly first. – Hoopdady Mar 12 '13 at 13:35
-
@Hoopdady `pip install python-daemon` fails with "No module named resource". Anyway I'd prefer a service as in auto-restarting on failure – Tobias Kienzler Mar 12 '13 at 13:38
-
Sorry, misunderstood the question. – Hoopdady Mar 12 '13 at 13:41