From 3137665e6eb2626e7f05b083ce14bbbcd78f41b3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Feb 2017 22:29:31 -0500 Subject: Simplify description --- scripts/init/centos/gogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/init/centos') diff --git a/scripts/init/centos/gogs b/scripts/init/centos/gogs index cacf5742..85a8046a 100644 --- a/scripts/init/centos/gogs +++ b/scripts/init/centos/gogs @@ -2,7 +2,7 @@ # # /etc/rc.d/init.d/gogs # -# Runs the Gogs Go Git Service. +# Runs the Gogs # # # chkconfig: - 85 15 @@ -27,7 +27,7 @@ NAME=gogs GOGS_HOME=/home/git/gogs GOGS_PATH=${GOGS_HOME}/$NAME GOGS_USER=git -SERVICENAME="Gogs Go Git Service" +SERVICENAME="Gogs" LOCKFILE=/var/lock/subsys/gogs LOGPATH=${GOGS_HOME}/log LOGFILE=${LOGPATH}/gogs.log -- cgit v1.2.3