diff options
author | 2025-07-18 15:18:57 +0200 | |
---|---|---|
committer | 2025-07-18 15:18:57 +0200 | |
commit | c44667c5ed3e2db5ebf432cee99c1c09d6b60ccb (patch) | |
tree | 90fbbbb3a77d696bb461f47f81e594f25cbde74e | |
parent | 4710fc20a6ee44a8279a0b4bfc016c4da93868ca (diff) | |
download | journal-notify-main.tar.gz journal-notify-main.tar.zst |
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -40,11 +40,11 @@ Build and install Building and installing is very easy. Just run: -> make + make followed by: -> make install + make install This will place an executable at `/usr/bin/journal-notify`, documentation can be found in `/usr/share/doc/journal-notify/`. @@ -79,8 +79,7 @@ Be warned: This can flood your disktop with notifications. The screenshot shown above resulted from this command: -> journal-notify -m SYSLOG_IDENTIFIER=sshd -e -r "^(error:|Accepted)" --i security-high + journal-notify -m SYSLOG_IDENTIFIER=sshd -e -r "^(error:|Accepted)" -i security-high The command specified by `-x` is called with three options. Make sure your executable understands these options: |