diff --git a/pages/linux/systemctl.md b/pages/linux/systemctl.md index 5fd9f3550..297cf9cb6 100644 --- a/pages/linux/systemctl.md +++ b/pages/linux/systemctl.md @@ -3,6 +3,10 @@ > Control the systemd system and service manager. > More information: . +- Show all running services: + +`systemctl status` + - List failed units: `systemctl --failed` @@ -27,10 +31,6 @@ `systemctl daemon-reload` -- Check if a unit is active: - -`systemctl is-active {{unit}}` - - Check if a unit is enabled: `systemctl is-enabled {{unit}}`