13 lines
234 B
SYSTEMD
13 lines
234 B
SYSTEMD
|
X[Unit]
|
||
|
Description=Dunst notification daemon
|
||
|
Documentation=man:dunst(1)
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=org.freedesktop.Notifications
|
||
|
ExecStart=/usr/bin/dunst
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|