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.
This commit is contained in:
Steven Allen 2017-02-18 14:20:40 -08:00
parent 6f45c6926d
commit 3775b44339

View File

@ -8,5 +8,5 @@ ExecStart=##PREFIX##/bin/dunst
Environment=DISPLAY=:0
[Install]
WantedBy=multi-user.target
WantedBy=default.target