summaryrefslogtreecommitdiff
path: root/.config/systemd/user/dunst@.service
blob: 568af3f22f2f71bfd3f491bdde823d2dff94363b (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Dunst notification-daemon on X display %I
Documentation=man:dunst(1)
StopWhenUnneeded=true

[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/dunst
Restart=always