From ac8605d9c29118803db26be87f1d5dc57541abc4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 8 Oct 2019 11:30:17 +0200 Subject: order systemd service after notification daemons --- systemd/udev-block-notify.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemd') diff --git a/systemd/udev-block-notify.service b/systemd/udev-block-notify.service index 477e1c5..f5062a5 100644 --- a/systemd/udev-block-notify.service +++ b/systemd/udev-block-notify.service @@ -1,6 +1,9 @@ [Unit] Description=Udev Block Notification 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] -- cgit v1.2.3-54-g00ecf