From 8a8f2ef4f98f8e52f65e948885626b0632689927 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 13 Jun 2017 21:55:24 +0200 Subject: [PATCH] Remove author comment in unit file This was unnecessarily copied over from the init script template. Change-Id: Id162978873de474911a83303f58297e6105d0727 --- templates/systemd.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/systemd.erb b/templates/systemd.erb index e0af90d..2573116 100644 --- a/templates/systemd.erb +++ b/templates/systemd.erb @@ -1,6 +1,5 @@ [Unit] Description="<%= @name %> Lodgeit server" -# Author "Andrew Hutchings " [Service] ExecStart=/usr/bin/python /srv/lodgeit/<%= @name %>/manage.py runserver -h 127.0.0.1 -p <%= @port %>