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

[Service]
Type=exec
ExecStart=ntfy subscribe "%i" 'notify-send "$t" "$m"'

[Install]
WantedBy=graphical-session.target