Re: debian package "run" vs. inittab entry

2001-03-27 Thread Nate Amsden
Stuart Marshall wrote: > Has anyone ever done something like this? i do that with a BASH script for my unreal tournament server. my script is: #!/bin/sh while true do export UT_DATA_PATH=/usr/local/games/ut/System cd /home/aphro/.loki/ut/System date >> server1-restart.log ucc server DM-BedroomSe?

debian package "run" vs. inittab entry

2001-03-27 Thread Stuart Marshall
Hi, I have a small daemon type program that I would like to run. It maintains a communication channel via sockets with another copy of itself. I would like it to always be running, and if it dies, I wish to restart it. The debian package "run" is suitable for this task, however the author warns