To automatically start some software during startup, Debian has a system tool called update-rc
Example on how to start the postfix daemon in all default runlevels
update-rc.d postfix defaults
To automatically start some software during startup, Debian has a system tool called update-rc
Example on how to start the postfix daemon in all default runlevels
update-rc.d postfix defaults