aboutsummaryrefslogtreecommitdiff
path: root/scripts/init/centos
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-15 22:29:31 -0500
committerUnknwon <u@gogs.io>2017-02-15 22:29:31 -0500
commit3137665e6eb2626e7f05b083ce14bbbcd78f41b3 (patch)
treee69b138ff0062b4799cbced91012e1859108b99f /scripts/init/centos
parentf35bd3400206bf4c1b19050dba99fd3dc5d6edc4 (diff)
Simplify description
Diffstat (limited to 'scripts/init/centos')
-rw-r--r--scripts/init/centos/gogs4
1 files changed, 2 insertions, 2 deletions
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