mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
10 lines
203 B
Desktop File
10 lines
203 B
Desktop File
[Unit]
|
|
Description=ntfy client
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ntfy subscribe --config "%h/.config/ntfy/client.yml" --from-config
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|