1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix service description in Debian init file (#1538)

This commit is contained in:
Sandro Santilli 2017-04-25 19:30:42 +02:00 committed by Kim "BKC" Carlbäcker
parent c58708d3ee
commit b7da5a6cb7

View File

@ -15,7 +15,7 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script # PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Go Git Service" DESC="Git with a cup of tea"
NAME=gitea NAME=gitea
SERVICEVERBOSE=yes SERVICEVERBOSE=yes
PIDFILE=/var/run/$NAME.pid PIDFILE=/var/run/$NAME.pid