sudo systemctl start|stop|restart|status servicename
sudo systemctl enable servicename : configures service to start at boot
If changing service config files in /etc/systemd/system/servicename.conf, rerun systemctl daemon-reload after changes and restart changed services