aboutsummaryrefslogtreecommitdiff
path: root/misc/curie_https.service
blob: 08d89f93278af11ca511e3426fdcdd6fc0491f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" --certfile=cert.pem --keyfile=privkey.pem

[Install]
WantedBy=multi-user.target