05/07 Phase 3: initial codes

This commit is contained in:
2026-05-07 12:17:19 -04:00
parent 6e5518c103
commit ce462c57b2
107 changed files with 6365 additions and 208 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WorkingDirectory=/opt/salon_pos
EnvironmentFile=/opt/salon_pos/.env
ExecStart=/opt/salon_pos/venv/bin/gunicorn \
--workers 2 \
--bind unix:/run/salon_pos/salon_pos_admin.sock \
--bind unix:/run/salon_pos_admin.sock \
--timeout 120 \
wsgi_admin:app
Restart=on-failure