
This avoids dunst starting automatically on session start, since it usually happens before the graphical session is brought up and ends up cluttering the journal with errors. Either way, dunst is autostarted by dbus when a notification is sent. See #314
10 lines
194 B
SYSTEMD
10 lines
194 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
|