dunst/contrib/dunst.systemd.service.in
Hugo Osvaldo Barrera 7c967879e2 Make dunst.service part of graphical-session
Make dunst part of graphical-session.target, so that it exits
immediately when the session exits.
2017-05-19 13:32:10 -03:00

14 lines
230 B
SYSTEMD

[Unit]
Description=Dunst notification daemon
Documentation=man:dunst(1)
PartOf=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=##PREFIX##/bin/dunst
[Install]
WantedBy=default.target