feat(justfile): list services by pattern systemd-*

This commit is contained in:
Ryan Yin
2024-11-25 09:31:40 +08:00
parent 1cd6c0b124
commit d82119183c

View File

@@ -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-*