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

[Service]
Type=exec
ExecStart=/usr/bin/ntfy subscribe "%i" notify-send "$t" "$m"
Restart=on-failure

[Install]
WantedBy=desktop.target