14 lines
221 B
SYSTEMD
14 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Dunst notification daemon
|
|
Documentation=man:dunst(1)
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.Notifications
|
|
ExecStart=##PREFIX##/bin/dunst
|
|
Environment=DISPLAY=:0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|