Lista wszystkich usług:
service --status-all
Start:
systemctl start <Service-name>
Stop:
systemctl stop <Service-name>
Restart:
systemctl restart <Service-name>
Reload:
systemctl reload <Service-name>
Autostart:
systemctl enable <Service-name>
Wyłączenie z autostartu:
systemctl disable <Service-name>