mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
11 lines
253 B
Desktop File
11 lines
253 B
Desktop File
[Unit]
|
|
Description=Yet another WebUI for Nginx
|
|
Documentation=https://github.com/0xJacky/nginx-ui
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/nginx-ui -d /usr/local/etc/nginx-ui
|
|
Restart=on-failure
|
|
TimeoutStopSec=5
|
|
KillMode=mixed
|