Using systemctl to start, stop and enable service start at boot

sytemd managed services are controlled using systemctl.

To start|stop a service:

sudo systemctl start|stop servicename

To set a service to start on boot:

sudo systemctl enable servicename

More examples and details in this article.

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.