Use modern template syntax
Change-Id: Ic2429937e7d00ef0d9bc6773675977699a11cb44
This commit is contained in:
parent
c1c0648550
commit
6ef73c05ef
@ -1,8 +1,8 @@
|
||||
description "<%= name %> Lodgeit server"
|
||||
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 %>
|
||||
exec python /srv/lodgeit/<%= @name %>/manage.py runserver -h 127.0.0.1 -p <%= @port %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user