systemd
Start a service
systemctl start <service-name>
Stop a service
systemctl stop <service-name>
Restart a service
systemctl restart <service-name>
Reload a service
systemctl reload <service-name>
Enable service at boot
systemctl enable <service-name>
Disable service at boot
systemctl disable <service-name>