On Mon, Feb 13, 2006 at 01:22:21PM +0100, Florian Schmidt wrote:
echo
'/usr/local/sbin/das_watchdog & >/dev/null' >>/etc/rc.local
This assumes an initscript style that's not used on all linux systems.
i've attached a simple /etc/init.d script; on debian you can
do:
# cp das_watchdog /etc/init.d/
# update-rc.d das_watchdog defaults
# invoke-rc.d das_watchdog start
<sk>