Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add journalctl
- Loading branch information
1 parent
9514d41
commit 7d3a6ddd9d7f1c074a349a7c82d83eab4de444fc
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,12 @@ | ||
--- | ||
description: This might not work if run by unprivileged users depending on the system configuration. | ||
functions: | ||
execute-interactive: | ||
- code: | | ||
journalctl | ||
!/bin/sh | ||
sudo-enabled: | ||
- code: | | ||
sudo journalctl | ||
!/bin/sh | ||
--- |