18 lines
582 B
Desktop File
18 lines
582 B
Desktop File
[Unit]
|
|
Description=Gunicorn a_long_dianjing Django Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/opt/1panel/apps/openresty/nginx/www/sites/43.142.166.152.443/django
|
|
ExecStart=/usr/local/bin/gunicorn --bind 127.0.0.1:8001 --workers 6 --threads 4 --worker-class gthread --timeout 120 --log-level warning --access-logfile /dev/null --error-logfile /tmp/gunicorn-error.log a_long_dianjing.wsgi:application
|
|
Restart=always
|
|
RestartSec=3
|
|
StandardOutput=null
|
|
StandardError=file:/tmp/gunicorn-systemd.err.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|