12 lines
325 B
Desktop File
12 lines
325 B
Desktop File
[Unit]
|
|
Description=Gunicorn instance to serve family_rpa
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=xiaji
|
|
Group=www-data
|
|
WorkingDirectory=/project/family_rpa
|
|
ExecStart=/project/family_rpa/venv/bin/gunicorn --workers 3 --bind unix:/project/family_rpa/family_rpa.sock family_rpa.wsgi:application
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |