mirror of
https://github.com/gogs/gogs.git
synced 2025-12-22 16:20:14 +01:00
Simplify description
This commit is contained in:
@@ -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