ID: 78ae620888dc7689671d4c6c443edd33fbd92151
13 lines
—
280B —
View raw
| [Unit]
Description=Gunicorn instance to serve CLIF
After=network.target
[Service]
User=git
Group=git
WorkingDirectory=/home/git/clif
ExecStart=/home/git/clif/venv/bin/gunicorn --workers 4 --bind localhost:5000 web:application
Restart=always
[Install]
WantedBy=multi-user.target
|