fhl-server-configs/freehl@.service

14 lines
265 B
SYSTEMD
Raw Normal View History

2023-11-18 17:53:08 +00:00
[Unit]
2023-11-18 23:56:43 +00:00
Description=FreeHL-%I
2023-11-18 17:53:08 +00:00
[Service]
ExecReload=/bin/kill $MAINPID
KillMode=process
Restart=on-failure
2023-11-19 00:07:09 +00:00
; You want to adjust these for your setup
WorkingDirectory=%h/halflife/
ExecStart=%h/halflife/fteqw-sv64 -halflife -game %i
2023-11-18 17:53:08 +00:00
[Install]
2023-11-19 00:07:09 +00:00
WantedBy=default.target