Files
opalfiles/.config/systemd/user/dunst.service
2025-10-14 20:11:24 -07:00

12 lines
175 B
Desktop File

[Unit]
Description=Dunst notification daemon
After=graphical-session.target
[Service]
ExecStart=/usr/bin/dunst
Restart=always
RestartSec=2
[Install]
WantedBy=default.target