Making scripts run at boot time with Debian
update-rc.d blah defaults
where "blah" is the init.d file name. make sure to set "blah"s permissions to 755 as well.
update-rc.d blah defaults
where "blah" is the init.d file name. make sure to set "blah"s permissions to 755 as well.