File: README

package info (click to toggle)
alien-arena 7.71.7%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 175,388 kB
  • sloc: xml: 297,981; ansic: 117,017; cpp: 52,844; sh: 4,436; cs: 859; makefile: 656; ruby: 438; perl: 71
file content (24 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
'kill-runaway-crx-ded' and 'launch-server' are shell scripts designed to emulate
running crx-ded as a persisant service under linux.   

An example crontab that would check each server is running every ten minutes
would look like this:

*/10 * * * * /home/aa/cron/kill-runaway-crx-ded
*/10 * * * * /home/aa/cron/launch-server ctf.cfg     >/dev/null 2>&1
*/10 * * * * /home/aa/cron/launch-server teamdm.cfg  >/dev/null 2>&1

Additonally, a master server would have the following line in the crontab
(most people won't want this):

*/10 * * * * /home/aa/cron/check-master >/dev/null 2>&1 

Don't forget to edit the launch-server/check-master scripts to set the paths
correctly for your executable.

'svstat' is a ruby script that will query local servers and produce some nice
output for server admin.

'rcon' is a ruby script that sends rcon commands to servers

'view-ip-log' is a shell script that parses the contents of the IP log.