Skip to content

Commit

Permalink
Fix webhook service
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Jun 6, 2024
1 parent b087d70 commit 851de63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webhooks/webhook.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PIDFile=/run/gunicorn/yunohost_apps_webhooks-pid
User=yunohost_apps_webhooks
Group=yunohost_apps_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
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true
Expand Down

0 comments on commit 851de63

Please sign in to comment.