-
-
Save lifuzu/038430773e44e359fa25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Install: | |
# install https://github.com/github/gollum | |
# in /srv/wiki do a git init | |
# add this script to /etc/init/gollum.conf | |
# | |
# Usage: | |
# start/stop/restart gollum | |
# | |
description "Gollum Wiki" | |
author "Leon Radley <[email protected]>" | |
version "1.0" | |
start on (filesystem and net-device-up IFACE=lo) or runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
respawn limit 10 5 | |
umask 022 | |
exec start-stop-daemon --exec /usr/bin/gollum --chuid wiki:www-data --start -- /srv/wiki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment