e3166c9102
Will automatically install paste.drizzle.org and paste.openstack.org onto a server Change-Id: Ia2c1e37892f3ae8e3d4034e38ddfaa01c6a92a54
9 lines
257 B
Plaintext
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 %>
|
|
|