1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-02-21 19:09:03 +00:00
dotfiles/home/.config/systemd/user/dunst.service

11 lines
157 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Dunst daemon"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/dunst
Restart=on-failure
[Install]
WantedBy=wm-ready.target