1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-08-20 10:13:52 +02:00
ntfy/config/ntfy.service
2021-12-06 16:43:06 -05:00

12 lines
162 B
Desktop File

[Unit]
Description=ntfy server
After=network.target
[Service]
ExecStart=/usr/bin/ntfy
Restart=on-failure
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target