Skip to content
Snippets Groups Projects
Commit 6bd3e87c authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add systemd service file

parent 0c41f9d2
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=webhook
After=network.target
[Service]
ExecStart=/opt/webhook/env/bin/uwsgi --socket 127.0.0.1:9080 --wsgi-file app.wsgi --threads 5
WorkingDirectory=/opt/webhook
Restart=always
RestartSec=60
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=webhook
User=webhook
Group=webhook
[Install]
WantedBy=default.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment