Add systemd service file to contrib

Supersedes #887 to add a systemd unit file which will run as a user and
whose gollum path and options can be changed as needed.
This commit is contained in:
tuftedocelot
2014-11-06 10:33:18 -06:00
parent 0965269ee9
commit adf544dca9
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Gollum wiki server
After=network.target
[Service]
Type=simple
User=%i
ExecStart=/usr/bin/gollum
Restart=on-abort
[Install]
WantedBy=multi-user.target