
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.
13 lines
194 B
SYSTEMD
13 lines
194 B
SYSTEMD
[Unit]
|
|
Description=Dunst notification daemon
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.Notifications
|
|
ExecStart=##PREFIX##/bin/dunst
|
|
Environment=DISPLAY=:0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|