Simplify description

This commit is contained in:
Unknwon
2017-02-15 22:29:31 -05:00
parent f35bd34002
commit 3137665e6e
14 changed files with 28 additions and 35 deletions

View File

@@ -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