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.
Articles, notes and random thoughts on Software Development and Technology
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.