mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 01:21:15 +01:00
10 lines
144 B
Desktop File
10 lines
144 B
Desktop File
[Unit]
|
|
Description=ntfy server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ntfy
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|