Curie-Web/misc/curie.service

13 lines
257 B
SYSTEMD
Raw Permalink Normal View History

2020-09-06 08:41:12 +01:00
[Unit]
Description=gunicorn daemon
After=network.target
[Service]
User=ubuntu
Group=ubuntu
WorkingDirectory=/home/ubuntu/Curie-Web
ExecStart=/usr/bin/gunicorn api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:7589"
[Install]
WantedBy=multi-user.target