Thanks,

I forwared this to my GSP.

2009/9/4 RTL-Servers | Lee <l...@rtl-servers.co.uk>

> Hello,
>
> Just a thought / alternative:
>
> Add this as a users per minute cron:
>
> #!/bin/sh
> USER=`id -un`
> if test -e /home/$USER/update; then ./update.sh; fi
> if test -e /home/$USER/start; then ./start.sh; fi
> if test -e /home/$USER/stop; then ./stop.sh; fi
>
> then create scripts for update / start / stop, then whenever you want to
> run any of them just upload a blank upload / start / stop file
>
> Just a thought I threw together.
>
> Regards,
> Lee
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to