aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dunst.service
blob: 6301a4100fb434d99d5a041bc30e1c5224675b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Start dunst
PartOf=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/dunst
Restart=on-failure

[Install]
WantedBy=desktop.target