systemctl enable differs from systemctl start, how?
- by rudi_visser
I am running an Arch Linux (latest, up-to-date) box, and attempting to get MySQL to start at boot. With the systemd package installed I have systemctl available, and as such I can do things like this:
systemctl start mysqld.service
systemctl [stop|status|restart] mysqld.service
That's all fine, and works great when I want to start/stop manually,…