05/06/2026 Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Nails Salon POS — Tenant Portal (Gunicorn)
|
||||
After=network.target mysql.service
|
||||
|
||||
[Service]
|
||||
User=salonpos
|
||||
WorkingDirectory=/opt/salon_pos
|
||||
EnvironmentFile=/opt/salon_pos/.env
|
||||
ExecStart=/opt/salon_pos/venv/bin/gunicorn \
|
||||
--workers 4 \
|
||||
--bind unix:/run/salon_pos_tenant.sock \
|
||||
--timeout 120 \
|
||||
wsgi_tenant:app
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user