mirror of
https://github.com/gogs/gogs.git
synced 2026-02-26 08:10:59 +01:00
Simplify description
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
DESC="Go Git Service"
|
||||
DESC="Gogs"
|
||||
NAME=gogs
|
||||
SERVICEVERBOSE=yes
|
||||
PIDFILE=/var/run/$NAME.pid
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user