mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
removed a few defaults to make it completely usable out of the box
This commit is contained in:
parent
d7f477ca9f
commit
d77515470c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Description=This service spawns a ioquake3 dedicated server with sane defaults
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=q3a
|
User=q3a
|
||||||
ExecStart=/usr/local/games/ioquake3/ioq3ded.x86_64 +set net_port 27960 +set fs_game cpma +set dedicated 2 +set sv_pure 1 +set com_hunkmegs 128 +exec server.cfg
|
ExecStart=/usr/local/games/ioquake3/ioq3ded.x86_64 +set dedicated 2 +set sv_pure 1
|
||||||
Restart=on-abort
|
Restart=on-abort
|
||||||
# there are several options to tweak the server's performance:
|
# there are several options to tweak the server's performance:
|
||||||
# net_port defines the UDP-port used for connections to the server
|
# net_port defines the UDP-port used for connections to the server
|
||||||
|
|
Loading…
Reference in a new issue