You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/scripts
Adam Strzelecki 653e1506ad OS X launchd script
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.
9 years ago
..
init Fix status command in FreeBSD init script 9 years ago
launchd OS X launchd script 9 years ago
supervisor fix #1198 9 years ago
systemd fix systemd "Trailing garbage, ignoring." warning. 9 years ago
windows Adding simple script to install Gogs as a Windows service. 9 years ago
autoboot.sh add +x autoboot.sh 10 years ago
build.sh Update build.sh for Windows 9 years ago
build_freebsd.sh flexiable the build scripts and add a freebsd build script 10 years ago
build_linux64.sh flexiable the build scripts and add a freebsd build script 10 years ago
mysql.sql #2273 URL consistency on webhook payload 9 years ago