Zeige System-Status
systemctl status
Installierte Unit-Dateien auflisten
systemctl list-unit-files
Neustart
systemctl reboot
Herunterfahren
systemctl poweroff
Pfad von .service-Dateien
/lib/systemd/system
Apache2 (Beispiel)
zeigt den Status an
sudo systemctl status apache2
Apache2 Start
sudo systemctl start apache2
Apache2 Stop
sudo systemctl stop apache2
Apache2 Neustart
sudo systemctl restart apache2
Bluetooth (Beispiel)
sudo systemctl status bluetooth.service
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
sudo systemctl stop bluetooth.service