spsrv/examples/spsrv.debian.service

16 lines
213 B
Desktop File

[Unit]
Description=spsrv
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=5
User=spartan
Group=spartan
ExecStart=/usr/local/bin/spsrv -c /etc/spsrv.conf
[Install]
WantedBy=multi-user.target