A guide to using systemd
Appearance
This is how to stop a running service temporarily:
systemctl stop servicename.service
This stops it from starting at boot, but does not stop a running service:
systemctl disable servicename.service
This is how to stop a running service temporarily:
systemctl stop servicename.service
This stops it from starting at boot, but does not stop a running service:
systemctl disable servicename.service