warning on nginx auto start disable

Posted by Nanda on Ask Ubuntu See other posts from Ask Ubuntu or by Nanda
Published on 2012-10-10T21:31:43Z Indexed on 2012/10/10 21:54 UTC
Read the original article Hit count: 414

Filed under:
|
|

I removed nginx from startup by running:

$ sudo update-rc.d -f nginx disable

I get the below output:

update-rc.d: using dependency based boot sequencing
insserv: warning: current start runlevel(s) (empty) of script `nginx' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `nginx' overrides LSB defaults (0 1 6).

Are these harmless warnings or is there something I should do?

© Ask Ubuntu or respective owner

Related posts about Services

Related posts about autostart