diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-08 11:30:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-08 11:30:52 +0200 |
commit | a1c0a5ef5cdc3cab6de91d34ce9c93398ee83289 (patch) | |
tree | dcc21215f8486df0299d95d233d145a629de3999 /systemd/journal-notify-sshd.service | |
parent | 3038d2ceda3c46a1b7005b37bee12130d045fac3 (diff) | |
download | journal-notify-a1c0a5ef5cdc3cab6de91d34ce9c93398ee83289.tar.gz journal-notify-a1c0a5ef5cdc3cab6de91d34ce9c93398ee83289.tar.zst |
udpate systemd service
Diffstat (limited to 'systemd/journal-notify-sshd.service')
-rw-r--r-- | systemd/journal-notify-sshd.service | 5 |
1 files changed, 5 insertions, 0 deletions
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 |