One day I needed to restore the server due to a problem that occurred with the wordpress that I had installed that was disabled and needed a quick solution. I gave him the option to restore from the droplet control panel that he had from a few days previous. When the server was restarted (without writing any command) I noticed that the services did not start automatically and now every time I turn off or restart the server, I have to start them manually
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.
Assuming you’re on Ubuntu,
systemctl enable apache2 mysql
Link for references. https://linuxconfig.org/how-to-start-service-on-boot-on-ubuntu-20-04
Ps: MySQL is dead, I highly recommend using mariadb instead. All MySQL commands work and databases but you should do a dump just to be safe.
Click below to sign up and get $100 of credit to try our products over 60 days!
it works, comment inside fstab, becouse i make a swap memory before, after i commented its works fine. Thkx