diff options
author | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-15 22:29:31 -0500 |
commit | 3137665e6eb2626e7f05b083ce14bbbcd78f41b3 (patch) | |
tree | e69b138ff0062b4799cbced91012e1859108b99f /scripts/init/centos | |
parent | f35bd3400206bf4c1b19050dba99fd3dc5d6edc4 (diff) |
Simplify description
Diffstat (limited to 'scripts/init/centos')
-rw-r--r-- | scripts/init/centos/gogs | 4 |
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 |