Start service
sudo systemctl start servicename.service
Stop service
sudo systemctl stop servicename.service
Restart service
sudo systemctl restart servicename.service
Recharge service
sudo systemctl reload servicename.service
Check service status
sudo systemctl status servicename.service
Enable service
sudo systemctl enable servicename.service
Disable service
sudo systemctl disable servicename.service
* Replace servicename.service with the name of the service.