Horje
create service for gunicorn in linux Code Example
create service for gunicorn in linux
[Unit]
Description=gunicorn daemon
After=network.target

[Service]
User=ubuntu
Group=ubuntu
WorkingDirectory=/home/ubuntu/myprojectdir
ExecStart=/home/ubuntu/.local/bin/gunicorn --bind 127.0.0.1:8000 app:app

[Install]
WantedBy=multi-user.target




Shell

Related
powershell join array Code Example powershell join array Code Example
dev/kvm not found Code Example dev/kvm not found Code Example
bash show newline characters Code Example bash show newline characters Code Example
bash make directory Code Example bash make directory Code Example
ssl security check ats Code Example ssl security check ats Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9