11 lines
157 B
SYSTEMD
11 lines
157 B
SYSTEMD
|
[Unit]
|
||
|
Description=small notification daemon
|
||
|
After=dbus.socket
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=:0
|
||
|
ExecStart=/usr/bin/dunst
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mystuff.target
|