mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 01:21:15 +01:00
13 lines
219 B
SYSTEMD
13 lines
219 B
SYSTEMD
|
[Unit]
|
||
|
Description=ntfy client
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=ntfy
|
||
|
Group=ntfy
|
||
|
ExecStart=/usr/bin/ntfy subscribe --config /etc/ntfy/client.yml --from-config
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|