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:
parent
6f45c6926d
commit
3775b44339
@ -8,5 +8,5 @@ ExecStart=##PREFIX##/bin/dunst
|
|||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user