#!/bin/sh # This file is not usually required. Originally this was the first file to # run to start the alert server. The normal process has changed so that # ../start_all is the first process, and it calls start_ax_alert_server_1. # The root part is done before that. However, if you are debugging, this # might still be useful, so I didn't delete it. # This must be run as root. This allows one of our servers to talk to # a large number of clients. # Number of open file descriptors. ulimit -n 50000 exec su phil -c ./start_ax_alert_server_1