We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bd764 commit b21bf80Copy full SHA for b21bf80
scripts/init/centos/gitea
@@ -27,7 +27,7 @@ NAME=gitea
27
GITEA_HOME=/home/git/gitea
28
GITEA_PATH=${GITEA_HOME}/$NAME
29
GITEA_USER=git
30
-SERVICENAME="Gitea Git with a cup of tea"
+SERVICENAME="Gitea - Git with a cup of tea"
31
LOCKFILE=/var/lock/subsys/gitea
32
LOGPATH=${GITEA_HOME}/log
33
LOGFILE=${LOGPATH}/gitea.log
scripts/init/suse/gitea
@@ -21,7 +21,7 @@ NAME=gitea
21
22
23
24
-SERVICENAME="Git with a cup of tea"
+SERVICENAME="Git - with a cup of tea"
25
26
LOGFILE=${LOGPATH}/error.log
0 commit comments