
Since the systemd service is installed by default and officially supported there is no reason for it to be in the contrib directory.
14 lines
230 B
SYSTEMD
14 lines
230 B
SYSTEMD
[Unit]
|
|
Description=Dunst notification daemon
|
|
Documentation=man:dunst(1)
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.Notifications
|
|
ExecStart=##PREFIX##/bin/dunst
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|