From d82119183c7e53a43ad6fc813577e5e64e92a379 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 25 Nov 2024 09:31:40 +0800 Subject: [PATCH] feat(justfile): list services by pattern systemd-* --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Justfile b/Justfile index 512f8c63..e90e190a 100644 --- a/Justfile +++ b/Justfile @@ -394,3 +394,8 @@ list-inactive: [group('services')] list-failed: systemctl list-units -all --state=failed + +[linux] +[group('services')] +list-systemd: + systemctl list-units systemd-*