Question
Does Nginx, Mysql and php-fpm start automatically?
I followed every step in this tutorial till the last one: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6#StepEight—SetUpAutostart
When I tried to execute the commands I got an issue that "chkconfig is currently not installed". After installing it with "sudo apt-get install chkconfig" and executing the commands I get the following error message "Unknown option: levels".
Are these commands necessary and if so, how do I execute them.
One last information: I have created a user with root privileges (I followed this excellent tutorial: https://www.digitalocean.com/community/articles/initial-server-setup-with-ubuntu-12-04).
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×