Skip to content

Commit

Permalink
feat(justfile): list services by pattern systemd-*
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 25, 2024
1 parent 1cd6c0b commit d821191
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-*

0 comments on commit d821191

Please sign in to comment.