I installed nginx and gunicorn and moved the scripts to the / etc / init.d / folder in ubuntu. However, for some reason, even after using update-rc.d -f nginx, by default the service does not start when the server restarts.
However, it starts without problems manually /etc/init.d/nginx start
This is Linux version: 3.0.0-15-server ubuntu release: 11.10
I even checked log / var / log / boot.log and there is nothing about any error in it.
source share