Enable / Disable MySQL, Apache, Redis and other services at startup in Fedora 17


To enable MySQL, Apache, Redis or other services running at boot startup, you can use this simple command :

1
2
sudo systemctl enable redis.service
sudo systemctl enable httpd.service

To disable :

1
2
sudo systemctl disable redis.service
sudo systemctl disable httpd.service

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.