Open wilkart opened 11 years ago
if(GitAutoDeploy.daemon): pid = os.fork() if(pid != 0): + with open('/var/run/GitAutoDeploy.pid', 'w') as f: + f.write(str(pid)) + f.close() sys.exit() os.setsid()
how to work on windows?
good point, I have no experience with python on windows