diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/journal-notify-dhcpd.desktop | 2 | ||||
-rwxr-xr-x | examples/journal-notify-sshd.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/journal-notify-dhcpd.desktop b/examples/journal-notify-dhcpd.desktop index 092d6c4..f74b67a 100755 --- a/examples/journal-notify-dhcpd.desktop +++ b/examples/journal-notify-dhcpd.desktop @@ -2,7 +2,7 @@ Name=journal-notify-dhcpd GenericName=Journal-Notify DHCPD Comment=Notify about DHCP activities -Exec=journal-notify -m SYSLOG_IDENTIFIER=dhcpd -r "^DHCPN?ACK" -i network-wired +Exec=journal-notify -m SYSLOG_IDENTIFIER=dhcpd -e -r "^DHCPN?ACK" -i network-wired StartupNotify=false Terminal=false Type=Application diff --git a/examples/journal-notify-sshd.desktop b/examples/journal-notify-sshd.desktop index 688da64..efedcbf 100755 --- a/examples/journal-notify-sshd.desktop +++ b/examples/journal-notify-sshd.desktop @@ -2,7 +2,7 @@ Name=journal-notify-sshd GenericName=Journal-Notify SSHD Comment=Notify about SSH activities -Exec=journal-notify -m SYSLOG_IDENTIFIER=sshd -e -r "^(error:.*|Accepted.*)" -i security-high +Exec=journal-notify -m SYSLOG_IDENTIFIER=sshd -e -r "^(error:|Accepted)" -i security-high StartupNotify=false Terminal=false Type=Application |