aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/ntfy@.service
blob: 22a7c3ab2eae2f8ee6c3bc23bf5d1e50f9c92dbc (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