12 lines
253 B
Desktop File
12 lines
253 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 unix:bunkerized-nginx-ui.sock -m 007 wsgi:app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |