Remove WantedBy in systemd unit file
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
This commit is contained in:
parent
fbdef7b58a
commit
43c614559c
@ -7,7 +7,3 @@ PartOf=graphical-session.target
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.Notifications
|
||||
ExecStart=##PREFIX##/bin/dunst
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user