diff --git a/pages/linux/systemctl.md b/pages/linux/systemctl.md index 04db9aa21..1e8bb09e9 100644 --- a/pages/linux/systemctl.md +++ b/pages/linux/systemctl.md @@ -1,6 +1,7 @@ # systemctl > Control the systemd system and service manager. +> More information: . - List failed units: @@ -25,3 +26,11 @@ - Reload systemd, scanning for new or changed units: `systemctl daemon-reload` + +- Check if a unit is active: + +`systemctl is-active {{unit}}` + +- Check if a unit is enabled: + +`systemctl is-enabled {{unit}}`