From a1c0a5ef5cdc3cab6de91d34ce9c93398ee83289 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 8 Oct 2019 11:30:52 +0200 Subject: udpate systemd service --- systemd/journal-notify-sshd.service | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systemd/journal-notify-sshd.service b/systemd/journal-notify-sshd.service index 772fbe2..d682440 100644 --- a/systemd/journal-notify-sshd.service +++ b/systemd/journal-notify-sshd.service @@ -1,5 +1,10 @@ [Unit] Description=Notify about SSHD journal log entries +Requires=dbus.socket +PartOf=graphical-session.target +# Order after notification daemons to make sure it is stopped before. +After=dunst.service xfce4-notifyd.service +ConditionUser=!@system [Service] Type=simple -- cgit v1.2.3-54-g00ecf