mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 10:58:33 +00:00
12 lines
216 B
SYSTEMD
12 lines
216 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=gonic -config-path /etc/gonic/gonic.conf
|
||
|
|
||
|
[Unit]
|
||
|
After=network.target
|
||
|
After=sound.target
|
||
|
Description=Gonic server
|
||
|
Documentation=https://github.com/sentriz/gonic
|