adf544dca9
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.
13 lines
171 B
Desktop File
13 lines
171 B
Desktop File
[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
|