The main command to handle systemd is systemctl. If you want to familiarize yourself with systemctl the first stop should be the manpage.
$ man systemctl
The systemctl command I'm most familiar with are $ systemctl --failed ##to check failed services. Then there are $ systemctl start service or $ systemctl stop service. You can also list all units installed with $ systemctl list-unit-files.
Comments