From a6984a88bf8833cc9a87e3a7192abecbc1565988 Mon Sep 17 00:00:00 2001 From: aherst Date: Wed, 17 Feb 2021 14:56:30 -0500 Subject: [PATCH] systemctl: improve mask/unmask example description (#5270) --- pages/linux/systemctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemctl.md b/pages/linux/systemctl.md index 1e8bb09e91..73623943c9 100644 --- a/pages/linux/systemctl.md +++ b/pages/linux/systemctl.md @@ -19,7 +19,7 @@ `systemctl enable/disable {{unit}}` -- Mask/Unmask a unit, prevent it to be started on bootup: +- Mask/unmask a unit to prevent enablement and manual activation: `systemctl mask/unmask {{unit}}`