Skip to content
Snippets Groups Projects
Verified Commit 56222dcb authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added systemd sample service

parent 794c63d5
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Retribute API server
After=network.target
[Service]
User=retribute
WorkingDirectory=/srv/retribute/api
EnvironmentFile=/srv/retribute/.env
ExecStart=/srv/retribute/venv/bin/daphne 127.0.0.1 -p 8091 config.asgi:application --proxy-headers
[Install]
WantedBy=multi-user.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