What command is used to restart a service?
systemctl restart <service></service>
What command is used to reload a service?
systemctl reload <service></service>
What command is used to stop a service?
systemctl stop <service></service>
What command reboots a machine?
systemctl reboot
What command disables a service?
systemctl disable <service></service>