blob: f5062a5975c5142d7f5fb84f8e4a9b81df1fcfa8 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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]
Type=notify
ExecStart=/usr/bin/udev-block-notify
[Install]
WantedBy=default.target
|