diff --git a/pages/linux/systemctl.md b/pages/linux/systemctl.md index dae76f4c394d0b..45231c9ebee931 100644 --- a/pages/linux/systemctl.md +++ b/pages/linux/systemctl.md @@ -31,6 +31,6 @@ `systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}` -- Show the contents & absolute path of a unit file: +- Show the contents & absolute path of a unit file or edit it: -`systemctl cat {{unit}}` +`systemctl {{cat|edit}} {{unit}}`