Properly shut down unvanquished

This commit is contained in:
DeathByDenim 2022-08-14 13:17:47 -04:00
parent 0170c43916
commit 9b9a6fe42f
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Description=Unvanquished server
After=network.target
[Service]
ExecStart=/usr/bin/console2web -a "${systempassword}" -p 62549 ${unvanquished_directory}/bin/daemonded -pakpath ${unvanquished_directory}/share/pkg/ -libpath ${unvanquished_directory}/bin/ -homepath \${HOME}/unvanquished_home/ +exec unvanquished.cfg
ExecStart=/usr/bin/console2web -a "${systempassword}" -p 62549 -e quit ${unvanquished_directory}/bin/daemonded -pakpath ${unvanquished_directory}/share/pkg/ -libpath ${unvanquished_directory}/bin/ -homepath \${HOME}/unvanquished_home/ +exec unvanquished.cfg
Restart=on-failure
User=${systemuser}