cfg/.config/systemd/user/sparkyfish.service
Knut Ahlers 0ac1a7a7ee
Add systemd user services
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-22 10:35:42 +01:00

12 lines
256 B
Desktop File

[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