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

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

[Install]
WantedBy=wman.target