1
0
Fork 0

Fix webhook service

This commit is contained in:
Félix Piédallu 2024-06-06 16:26:41 +02:00 committed by Salamandar
parent 92f5b5297b
commit f4f76ab972

View file

@ -7,7 +7,7 @@ PIDFile=/run/gunicorn/yunohost_apps_webhooks-pid
User=yunohost_apps_webhooks User=yunohost_apps_webhooks
Group=yunohost_apps_webhooks Group=yunohost_apps_webhooks
WorkingDirectory=__PATH_TO_APPS_TOOLS__/webhooks WorkingDirectory=__PATH_TO_APPS_TOOLS__/webhooks
ExecStart=__PATH_TO_APPS_TOOLS__/webhooks/venv/bin/gunicorn -w 4 -b 127.0.0.1:8123 webhook:app ExecStart=__PATH_TO_APPS_TOOLS__/webhooks/venv/bin/python3 webhook.py
ExecReload=/bin/kill -s HUP $MAINPID ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true PrivateTmp=true