From 3775b44339b0482830ec60ce83389c9ac14554f7 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sat, 18 Feb 2017 14:20:40 -0800 Subject: [PATCH] Change the systemd unit's WantedBy to default.target multi-user.target isn't a valid user target and it doesn't make sense to run dunst as a system service. Eventually, this unit should probably be converted to use graphical-session.target but it's a bit unclear how that's supposed to work right now. --- contrib/dunst.systemd.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dunst.systemd.service.in b/contrib/dunst.systemd.service.in index d4c139d..5224780 100644 --- a/contrib/dunst.systemd.service.in +++ b/contrib/dunst.systemd.service.in @@ -8,5 +8,5 @@ ExecStart=##PREFIX##/bin/dunst Environment=DISPLAY=:0 [Install] -WantedBy=multi-user.target +WantedBy=default.target