2023-11-18 17:53:08 +00:00
|
|
|
[Unit]
|
2023-11-18 23:56:43 +00:00
|
|
|
Description=FreeHL
|
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
|
2023-11-18 17:53:08 +00:00
|
|
|
|
|
|
|
[Install]
|
2023-11-19 00:07:09 +00:00
|
|
|
WantedBy=default.target
|