diff options
author | Avelino <thiago@avelino.xxx> | 2016-12-02 03:18:58 -0200 |
---|---|---|
committer | Avelino <thiago@avelino.xxx> | 2016-12-02 03:18:58 -0200 |
commit | b78d3f5865609bab96ab68a020123ad55db315a5 (patch) | |
tree | d0afb2a95860ab3655aa478e2bcd7a019ad0821b /scripts/init/centos/gitea | |
parent | 5ab85372da74bd95f7143fd59c2c600d4c9894d0 (diff) | |
download | gitea-b78d3f5865609bab96ab68a020123ad55db315a5.tar.gz gitea-b78d3f5865609bab96ab68a020123ad55db315a5.zip |
Fixed project name on scripts
Diffstat (limited to 'scripts/init/centos/gitea')
-rw-r--r-- | scripts/init/centos/gitea | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/init/centos/gitea b/scripts/init/centos/gitea index 77c720271f..2f8c6da869 100644 --- a/scripts/init/centos/gitea +++ b/scripts/init/centos/gitea @@ -2,10 +2,10 @@ # # /etc/rc.d/init.d/gitea # -# Runs the Gogs Go Git Service. -# +# Runs the Gitea Git with a cup of tea. # -# chkconfig: - 85 15 +# +# chkconfig: - 85 15 # ### BEGIN INIT INFO @@ -27,7 +27,7 @@ NAME=gitea GITEA_HOME=/home/git/gitea GITEA_PATH=${GITEA_HOME}/$NAME GITEA_USER=git -SERVICENAME="Gogs Go Git Service" +SERVICENAME="Gitea Git with a cup of tea" LOCKFILE=/var/lock/subsys/gitea LOGPATH=${GITEA_HOME}/log LOGFILE=${LOGPATH}/gitea.log |