upstart

Daemon vs Upstart for python script

Daemon vs Upstart for python script Question: I have written a module in Python and want it to run continuously once started and need to stop it when I need to update other modules. I will likely be using monit to restart it, if module has crashed or is otherwise not running. I was going …

Total answers: 3

why can't upstart run 'source bin/activate'?

why can't upstart run 'source bin/activate'? Question: upstart won’t activate my virtualenv for some reason. This is how I run it script # My startup script, plain old shell scripting here. cd path/to/env source bin/activate …. end script the virtualenv runs fine when started manually Why does this not work? Asked By: Calum || Source …

Total answers: 2