Jul 22 - Initial code
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=JQC Features marketing site (Gunicorn)
|
||||
After=network.target mysql.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=jqcweb
|
||||
Group=jqcweb
|
||||
WorkingDirectory=/opt/jqc-features
|
||||
EnvironmentFile=/opt/jqc-features/.env
|
||||
ExecStart=/opt/jqc-features/venv/bin/gunicorn -c gunicorn.conf.py
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user