#!/bin/tcsh cd $0:h if ($1 == inner) then killall -q tikiller-live limit coredumpsize unlimited # The default limit for file descriptors is not sufficient for normal # production use. Typically /etc/rc.d/rc.phil will raise the hard limit # for the descriptors, switch users, then start this script. limit descriptors 50000 limit set printexitvalue=1 while 1 date ./tikiller-live -f ../config_common.txt -f config.txt sleep 1 end else ./$0:t inner < /dev/null >>& output.txt & endif