summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Heitmann <dictvm@horrendum.de>2014-08-27 01:21:18 +0200
committerTim Angus <tim@ngus.net>2014-08-28 11:20:29 +0100
commit6b3d934a7575e86f87677e3811ca582d8807ca20 (patch)
tree2655b513389e379d1c99ef74f6028ccc4180060e
parentddc319b95bc87074250675f678f740714773ddbf (diff)
removed a few defaults to make it completely usable out of the box
-rw-r--r--q3a.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/q3a.service b/q3a.service
index 4a31572b..88ec16d5 100644
--- a/q3a.service
+++ b/q3a.service
@@ -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