lava-server-gunicorn.service

This unit is provided by:

Options

  • [Install]
  • [Service]
    • Environment=LOGLEVEL=DEBUG WORKERS=4 WORKER_CLASS=eventlet LOGFILE=/var/log/lava-server/gunicorn.log RELOAD= BIND= TIMEOUT= EXTRA_ARGS=
    • EnvironmentFile=-/etc/default/lava-server-gunicorn -/etc/lava-server/lava-server-gunicorn
    • ExecReload=/bin/kill -USR1 $MAINPID
    • ExecStart=/usr/bin/gunicorn3 lava_server.wsgi --log-level $LOGLEVEL --log-file $LOGFILE -u lavaserver -g lavaserver --worker-class $WORKER_CLASS --workers $WORKERS $RELOAD $BIND $TIMEOUT $EXTRA_ARGS
    • Restart=always
    • Type=simple
  • [Unit]

Additionnal notes

Nothing here.