aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-bg-dunst.service
blob: d74d5b2346b0fc9720aad6018f704dc4f0c61f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run dunst
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/dunst

[Install]
WantedBy=graphical-session.target