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

[Service]
Type=exec
ExecStart=/usr/bin/ntfy subscribe --from-config
Restart=on-failure

[Install]
WantedBy=desktop.target