12 lines
238 B
Desktop File
12 lines
238 B
Desktop File
[Unit]
|
|
Description=Web UI for bunkerized-nginx
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=nginx
|
|
Group=nginx
|
|
WorkingDirectory=/opt/bunkerized-nginx/ui
|
|
ExecStart=gunicorn --bind 127.0.0.1:5000 -m 007 wsgi:app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |