diff init.d/kallithea-upstart.conf @ 6370:e285bb7abb28

scripts: apply whitespace cleanup to more files - opt out instead of opt in
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 19 Dec 2016 04:46:48 +0100
parents 24c0d584ba86
children 2c3d30095d5e
line wrap: on
line diff
--- a/init.d/kallithea-upstart.conf	Mon Dec 19 04:46:48 2016 +0100
+++ b/init.d/kallithea-upstart.conf	Mon Dec 19 04:46:48 2016 +0100
@@ -2,8 +2,8 @@
 # Change variables/paths as necessary and place file /etc/init/kallithea.conf
 # start/stop/restart as normal upstart job (ie: $ start kallithea)
 
-description	"Kallithea Mercurial Server"
-author		"Matt Zuba <matt.zuba@goodwillaz.org"
+description     "Kallithea Mercurial Server"
+author          "Matt Zuba <matt.zuba@goodwillaz.org"
 
 start on (local-filesystems and runlevel [2345])
 stop on runlevel [!2345]
@@ -22,5 +22,5 @@
 exec /var/hg/.virtualenvs/kallithea/bin/paster serve --user=$USER --group=$GROUP --pid-file=$PIDFILE --log-file=$LOGFILE $APPINI
 
 post-stop script
-	rm -f $PIDFILE
+    rm -f $PIDFILE
 end script