diff options
author | bretello <bretello@users.noreply.github.com> | 2023-09-12 21:41:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 21:41:07 +0200 |
commit | 01f55123118601a935f28ff6c49e625448bdd32d (patch) | |
tree | 995f7310e15d9e930bab222cf56c687802773ed2 /plugins/systemd/README.md | |
parent | 38ef5192cb1c43159b516d15ab8fed96f847b36b (diff) | |
download | zsh-01f55123118601a935f28ff6c49e625448bdd32d.tar.gz zsh-01f55123118601a935f28ff6c49e625448bdd32d.tar.bz2 zsh-01f55123118601a935f28ff6c49e625448bdd32d.zip |
feat(systemd): add alias for --failed commands (#11847)
Diffstat (limited to 'plugins/systemd/README.md')
-rw-r--r-- | plugins/systemd/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/systemd/README.md b/plugins/systemd/README.md index ffa0567a8..755c649a1 100644 --- a/plugins/systemd/README.md +++ b/plugins/systemd/README.md @@ -12,6 +12,7 @@ plugins=(... systemd) | Alias | Command | Description | |:-----------------------|:-----------------------------------|:-----------------------------------------------------------------| +| `sc-failed` | `systemctl --failed` | List failed systemd units | | `sc-list-units` | `systemctl list-units` | List all units systemd has in memory | | `sc-is-active` | `systemctl is-active` | Show whether a unit is active | | `sc-status` | `systemctl status` | Show terse runtime status information about one or more units | |