Top "Upstart" questions

Upstart is an event-based replacement for the traditional init daemon used to perform tasks when the computer is started.

How to write an Ubuntu Upstart job for Celery (django-celery) in a virtualenv

I really enjoy using upstart. I currently have upstart jobs to run different gunicorn instances in a number of virtualenvs. …

django ubuntu celery django-celery upstart
upstart & node.js app "stop: Unknown instance:"

I'm having a bit of trouble with upstart on ubuntu and a node.js app. Everything was working fine with …

node.js ubuntu upstart
What is the difference between Upstart and Supervisord?

Are Upstart and Supervisord interchangeable? Do they work together? I am looking to run a python program as root when …

python debian upstart supervisord
Upstart node.js working directory

Starting Node.js with Upstart, when trying to access files within Node.js it cannot access them without using the …

node.js relative-path upstart working-directory
why can't upstart run 'source bin/activate'?

upstart won't activate my virtualenv for some reason. This is how I run it script # My startup script, plain old …

python virtualenv upstart
Ubuntu upstart will hang on start/stop/etc

I've got a several services on Ubuntu which will start using 'upstart'. They are working as requested, but when I …

python ubuntu upstart python-daemon start-stop-daemon
Can upstart expect/respawn be used on processes that fork more than twice?

I am using upstart to start/stop/automatically restart daemons. One of the daemons forks 4 times. The upstart cookbook states …

linux rhel upstart
Running Redis in daemonized form and using Upstart to manage it doesn't work

I've written an Upstart script for Redis as follows: description "Redis Server" start on runlevel [2345] stop on shutdown expect daemon …

redis daemon upstart
ubuntu: start (upstart) second instance of mongodb

the standard upstart script that comes with mongodb works fine: # Ubuntu upstart file at /etc/init/mongodb.conf limit nofile 20000 20000 …

linux mongodb ubuntu daemon upstart
Send reload command to upstart service

How can I send some kind of reload command to a daemon started by upstart without the need to completely …

ubuntu upstart