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/suse/gogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/init/suse') diff --git a/scripts/init/suse/gogs b/scripts/init/suse/gogs index ea7dfa0a..74c7acbd 100644 --- a/scripts/init/suse/gogs +++ b/scripts/init/suse/gogs @@ -2,7 +2,7 @@ # # /etc/init.d/gogs # -# Runs the Gogs Go Git Service. +# Runs the Gogs # ### BEGIN INIT INFO @@ -21,7 +21,7 @@ NAME=gogs GOGS_HOME=/home/git/gogs GOGS_PATH=${GOGS_HOME}/$NAME GOGS_USER=git -SERVICENAME="Go Git Service" +SERVICENAME="Gogs" LOCKFILE=/var/lock/subsys/gogs LOGPATH=${GOGS_HOME}/log LOGFILE=${LOGPATH}/error.log -- cgit v1.2.3