05/06/2026 Initial commit

This commit is contained in:
2026-05-06 14:19:07 -04:00
parent 9da1dffd9a
commit dde18a2cd2
116 changed files with 4276 additions and 7 deletions
+18
View File
@@ -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