14 lines
No EOL
253 B
Desktop File
14 lines
No EOL
253 B
Desktop File
[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 |