Fixed project name on scripts
This commit is contained in:
parent
5ab85372da
commit
b78d3f5865
5 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
<dict>
|
||||
<key>Label</key>
|
||||
<string>io.gitea.web</string>
|
||||
<!-- assumes Gogs is running under 'git' account -->
|
||||
<!-- assumes Gitea is running under 'git' account -->
|
||||
<!-- modify below to reflect your settings -->
|
||||
<key>UserName</key>
|
||||
<string>git</string>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<string>git</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<!-- assumes Gogs is installed in /Users/git/gitea -->
|
||||
<!-- assumes Gitea is installed in /Users/git/gitea -->
|
||||
<!-- modify below to reflect your settings -->
|
||||
<string>/Users/git/gitea/gitea</string>
|
||||
<string>web</string>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<true/>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<!-- assumes Gogs is installed in /Users/git/gitea -->
|
||||
<!-- assumes Gitea is installed in /Users/git/gitea -->
|
||||
<!-- modify below to reflect your settings -->
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/git/gitea/</string>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<string>/Users/git/gitea/log/stdout.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/git/gitea/log/stderr.log</string>
|
||||
<!-- default 256 is too low for Gogs needs using parallel pipes -->
|
||||
<!-- default 256 is too low for Gitea needs using parallel pipes -->
|
||||
<key>SoftResourceLimits</key>
|
||||
<dict>
|
||||
<key>NumberOfFiles</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue