summaryrefslogtreecommitdiffstats
path: root/scripts/launchd
Commit message (Collapse)AuthorAgeFilesLines
* Synced gitignores with github repo (#1245)Thomas Boerger2017-03-151-39/+0
| | | | | | | | * Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
* Fixed project name on scriptsAvelino2016-12-021-4/+4
|
* Rename and update init files to use "gitea" instead of "gogs"Sandro Santilli2016-11-071-7/+7
| | | | Closes #102
* OS X launchd scriptAdam Strzelecki2016-01-131-0/+39
Using this script: 1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons 2. The script assumes Gogs is running under 'gogs' user and group, modify /Library/LaunchDaemons/io.gogs.web.plist if you want to user different user. 3. The script assumes Gogs is installed in /Users/git/gogs, modify /Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different location. 4. Once you are sure that running Gogs manually via `gogs web` works fine, run it as a launchd service with: sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist From now on launchd will ensure Gogs is running, eg. when system is restarted.