Skip to content

Documentare l'avvio con gunicorn #5

@alivin70

Description

@alivin70

In HLCS il presence parte all'avvio della raspberry mediante gunicorn:

cat /etc/gunicorn.d/presence

CONFIG = {
# 'mode': 'wsgi',
'working_dir': '/home/pi/presence',
'python': '/usr/local/bin/python3.4',
'args': (
'--bind=0.0.0.0:8000',
'--workers=2',
'--timeout=60',
'--user=root',
'presence.wsgi',
),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions