adding new daemons to Debian

Will Lowe harpo@thebackrow.net
Wed, 30 Jan 2002 16:41:15 -0800


> I built kerberos 1.2.2 from the MIT source, and would now like to start the
> kdc & admin daemons at boot time.
> Is there a nice "Debian" way to add non-Debian daemons to the startup? 

1) Write /etc/init.d/<whatever>.  Copy one of the other files there as an example.

2) Run update-rc.d <whatever> defaults.

-- 
					thanks,
		
					Will