fhl-server-configs/freehl.service

14 lines
253 B
SYSTEMD

[Unit]
Description=FreeHL
[Service]
ExecReload=/bin/kill $MAINPID
KillMode=process
Restart=on-failure
; You want to adjust these for your setup
WorkingDirectory=%h/halflife/
ExecStart=%h/halflife/fteqw-sv64 -halflife
[Install]
WantedBy=default.target