Sorry for the delayed reply, I was on vacation...
Hi!
On 2014-06-22 5:59 PM, deoren wrote:
> Could somebody please tell me what script I should use, what am I
doing wrong?
Not sure if there is an official init script, but
you could always just extract the package contents to get at the init
script that Debian provides.
Thank you, I had tried that, I ended up with a script that expected to
be able to call "quiet-start" and things like that...
On 2014-06-22 7:25 PM, Matthew McGehrin wrote:> Personally,
I prefer using chkconfig, as I'm more comfortable with that method.
# apt-get install chkconfig
# chkconfig --list
# chkconfig exim4 --off
# chkconfig postfix --on
The official method is to use update-rc.d
See:
http://www.debian-administration.org/article/28/Making_scripts_run_at_boot_time_with_Debian
Thank you!
Have a nice day!
Nick