mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-08 21:04:16 +01:00
11 lines
162 B
Desktop File
11 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
|