diff --git a/scripts/launchd/io.gogs.web.plist b/scripts/launchd/io.gogs.web.plist new file mode 100644 index 000000000..2a5ec7d69 --- /dev/null +++ b/scripts/launchd/io.gogs.web.plist @@ -0,0 +1,39 @@ + + + + + Label + io.gogs.web + + + UserName + git + GroupName + git + ProgramArguments + + + + /Users/git/gogs/gogs + web + + RunAtLoad + + KeepAlive + + + + WorkingDirectory + /Users/git/gogs/ + StandardOutPath + /Users/git/gogs/log/stdout.log + StandardErrorPath + /Users/git/gogs/log/stderr.log + + SoftResourceLimits + + NumberOfFiles + 8192 + + +