aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/bscv-ntfy@.service
blob: 0490ea19ab2725928424cf52e47361322de0718a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Start ntfy
After=network.target
After=wman.target

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

[Install]
WantedBy=wman.target