cfg/.config/systemd/user/sparkyfish.service

12 lines
256 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Sparkyfish Server instance
[Service]
ExecStart=/home/luzifer/workspaces/private/go/bin/sparkyfish-server \
-cname workwork01.cloud.kserver.biz -location Hetzner
Restart=always
RestartSec=5
[Install]
WantedBy=default.target