14 lines
194 B
Desktop File
14 lines
194 B
Desktop File
[Unit]
|
|
Description=ntfy
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/ntfy serve
|
|
WorkingDirectory=/var/lib/ntfy
|
|
User=ntfy
|
|
Group=ntfy
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|