===== sysVinit ===== ^ Start service ^ Stop service ^ Enable service ^ Disable service ^ Check state ^ List processes ^ | service name start | service name stop | chkconfig name on | chkconfig name off | service name status | chkconfig - -list | ===== systemd===== ^ Start service ^ Stop service ^ Enable service ^ Disable service ^ Check state ^ List processes ^ | systemctl start name | systemctl stop name | systemctl name enable | systemctl name disable | systemctl status name | systemctl list-units |