To restart a service called "myservice" on a system that uses systemd, what command would you use?
restart myservice
servicerestart myservice
systemctl restart myservice
service myservice restart