From 43c614559ceb69b84daf2ab65d2b4f86e61ba183 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sat, 21 Mar 2020 21:22:50 +0100 Subject: [PATCH] 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 --- dunst.systemd.service.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dunst.systemd.service.in b/dunst.systemd.service.in index 11df700..9fa168c 100644 --- a/dunst.systemd.service.in +++ b/dunst.systemd.service.in @@ -7,7 +7,3 @@ PartOf=graphical-session.target Type=dbus BusName=org.freedesktop.Notifications ExecStart=##PREFIX##/bin/dunst - -[Install] -WantedBy=default.target -