13 lines
197 B
SYSTEMD
13 lines
197 B
SYSTEMD
[Unit]
|
|
Description=Dunst notification daemon
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.Notifications
|
|
ExecStart=##PREFIX##/bin/dunst
|
|
Environment=DISPLAY=:0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|