removed a few defaults to make it completely usable out of the box

This commit is contained in:
Daniel Heitmann 2014-08-27 01:21:18 +02:00
parent d7f477ca9f
commit d77515470c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Description=This service spawns a ioquake3 dedicated server with sane defaults
[Service]
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
# there are several options to tweak the server's performance:
# net_port defines the UDP-port used for connections to the server