Manejo de servicios en Sistemas basados en Debian

Da lo mismo si se usan los niveles separados por espacios o no… el efecto es el mismo.

maximi89@ciren:~/lynis-1.3.3 > sudo update-rc.d postgresql enable 2345

update-rc.d: warning: postgresql start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: postgresql stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6)
Enabling system startup links for /etc/init.d/postgresql …
Removing any system startup links for /etc/init.d/postgresql …
/etc/rc0.d/K21postgresql
/etc/rc1.d/K21postgresql
/etc/rc2.d/K81postgresql
/etc/rc3.d/K81postgresql
/etc/rc4.d/K81postgresql
/etc/rc5.d/K81postgresql
/etc/rc6.d/K21postgresql
Adding system startup for /etc/init.d/postgresql …
/etc/rc0.d/K21postgresql -> ../init.d/postgresql
/etc/rc1.d/K21postgresql -> ../init.d/postgresql
/etc/rc6.d/K21postgresql -> ../init.d/postgresql
/etc/rc2.d/S19postgresql -> ../init.d/postgresql
/etc/rc3.d/S19postgresql -> ../init.d/postgresql
/etc/rc4.d/S19postgresql -> ../init.d/postgresql
/etc/rc5.d/S19postgresql -> ../init.d/postgresql

A diferencia de CentOS, que usa un sistema totalmente diferente:

chkconfig postgresql –level 35 on