system-config/modules/lodgeit/templates/upstart.erb
Andrew Hutchings e3166c9102 Add lodgeit to puppet
Will automatically install paste.drizzle.org and paste.openstack.org onto a server

Change-Id: Ia2c1e37892f3ae8e3d4034e38ddfaa01c6a92a54
2012-01-31 16:11:02 +00:00

9 lines
257 B
Plaintext

description "<%= name %> Lodgeit server"
author "Andrew Hutchings <andrew@linuxjedi.co.uk>"
start on (local-filesystems and net-device-up)
stop on runlevel [!2345]
exec python /srv/lodgeit/<%= name %>/manage.py runserver -h 127.0.0.1 -p <%= port %>