Use modern template syntax

Change-Id: Ic2429937e7d00ef0d9bc6773675977699a11cb44
This commit is contained in:
Spencer Krum 2016-01-24 16:52:12 -08:00
parent c1c0648550
commit 6ef73c05ef
1 changed files with 2 additions and 2 deletions

View File

@ -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 %>