Remove author comment in unit file

This was unnecessarily copied over from the init script template.

Change-Id: Id162978873de474911a83303f58297e6105d0727
This commit is contained in:
Colleen Murphy 2017-06-13 21:55:24 +02:00
parent f807e4de7d
commit 8a8f2ef4f9
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[Unit]
Description="<%= @name %> Lodgeit server"
# Author "Andrew Hutchings <andrew@linuxjedi.co.uk>"
[Service]
ExecStart=/usr/bin/python /srv/lodgeit/<%= @name %>/manage.py runserver -h 127.0.0.1 -p <%= @port %>