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 configure Jenkins to run on port 80

I'm running Ubuntu 11.10 and have run sudo apt-get install jenkins to install Jenkins on this system. I've seen some tutorials …

ubuntu continuous-integration hudson jenkins upstart
how to automatically restart a node server?

We are finishing development of a project, the client is already using it but occasionally some errors occur - crashing …

node.js restart upstart
A better way to restart/reload Gunicorn (via Upstart) after 'git pull'ing my Django projects

Im looking for something better than sudo restart projectname every time I issue a git pull origin master, which pulls …

django nginx reload gunicorn upstart
How to set a global nofile limit to avoid "many open files" error?

I have a websocket service. it's strage that have error:"too many open files", but i have set the system …

linux ubuntu linux-kernel upstart
upstart logging output enabled

Except doing explicit logging instructions like suggested in http://upstart.ubuntu.com/wiki/Debugging, is there a way to enable …

logging ubuntu ubuntu-10.04 upstart
DOCKER_OPTS do not work in config file /etc/default/docker

I have changed /etc/default/docker with DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock" (docker version 1.4.1 in …

ubuntu docker upstart systemd
Ubuntu, upstart, and creating a pid for monitoring

Below is a upstart script for redis. How to I create a pid so I use monit for monitoring? #!upstart …

ubuntu upstart
Daemon vs Upstart for python script

I have written a module in Python and want it to run continuously once started and need to stop it …

python daemon upstart monit python-daemon
MongoDB - Permission denied for socket: /tmp/mongodb-27017.sock

I had an unclean shutdown of MongoDB on Ubuntu 10.04 LTS. Now when I login as root and run Mongodb via …

sockets mongodb file-permissions upstart
Upstart env stanza not setting environment variables (like NODE_ENV) for Node.js application

I have an Upstart script for my server that looks like this: description "myapp node.js server" start on runlevel [2345] …

node.js ubuntu environment-variables upstart