-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fixed project name on scripts #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -6,19 +6,19 @@ | |||
:: https://nssm.cc/download | |||
:: This script itself should run in the gogs path, too. | |||
:: In case of startup failure, please read carefully the log file. | |||
:: Make sure Gogs work running manually with "gogs web" before running | |||
:: Make sure Gitea work running manually with "gogs web" before running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gitea web
LGTM |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should unify them all into Gitea - Git with a cup of Tea
? :)
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a dash between Gitea and Git, like so Gitea - Git with a cup of tea
Not sure what the guidelines for CentOS initrc is though.
@@ -21,7 +21,7 @@ NAME=gitea | |||
GITEA_HOME=/home/git/gitea | |||
GITEA_PATH=${GITEA_HOME}/$NAME | |||
GITEA_USER=git | |||
SERVICENAME="Go Git Service" | |||
SERVICENAME="Git with a cup of tea" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot Gitea
, and same as above.
@bkcsoft update |
Thanks |
No description provided.