#!/bin/tcsh # This is responsible for running the program and restarting it each # time it crashes. (It seldom crashes, but I've seen it happen when # the main server is having trouble.) limit coredumpsize unlimited setenv MALLOC_CHECK_ 2 set printexitvalue=1 while (1) date ./alert_proxy_server -f config.txt end