aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-10-08 11:30:17 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-10-08 11:30:17 +0200
commitac8605d9c29118803db26be87f1d5dc57541abc4 (patch)
tree73fba3c87ad678ba9afabffd65ec26722af523fa /systemd
parentc3e549d68d0f85cdde6e03ec942e474ea976175f (diff)
downloadudev-block-notify-ac8605d9c29118803db26be87f1d5dc57541abc4.tar.gz
udev-block-notify-ac8605d9c29118803db26be87f1d5dc57541abc4.tar.zst
order systemd service after notification daemons
Diffstat (limited to 'systemd')
-rw-r--r--systemd/udev-block-notify.service3
1 files changed, 3 insertions, 0 deletions
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]