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:
Nikos Tsipinakis 2020-03-21 21:22:50 +01:00
parent fbdef7b58a
commit 43c614559c

View File

@ -7,7 +7,3 @@ PartOf=graphical-session.target
Type=dbus Type=dbus
BusName=org.freedesktop.Notifications BusName=org.freedesktop.Notifications
ExecStart=##PREFIX##/bin/dunst ExecStart=##PREFIX##/bin/dunst
[Install]
WantedBy=default.target