summarylogtreecommitdiffstats
path: root/dunst.service
blob: 819cca69e98f48ca671045b85a5f31f0b14cd11a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = lightweight and customizable notification daemon
Requires    = graphical.target
After       = graphical.target

[Service]
Type        = simple
Restart     = always
RestartSec  = 1
ExecStart   = /usr/bin/dunst

[Install]
WantedBy = user-programs.target