a obter avisos usando os comandos systemd de desativação / ativação:
$ sudo systemctl enable mongodb.service
Synchronizing state of mongodb.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable mongodb
insserv: warning: current start runlevel(s) (empty) of script 'mongodb' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script 'mongodb' overrides LSB defaults (0 1 6).
como consertar isso? thx!