From d77515470c131331511240053ba3b7157615fcd1 Mon Sep 17 00:00:00 2001 From: Daniel Heitmann Date: Wed, 27 Aug 2014 01:21:18 +0200 Subject: [PATCH] removed a few defaults to make it completely usable out of the box --- q3a.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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