05/06 fixed systemd configuration files

This commit is contained in:
2026-05-06 15:51:49 -04:00
parent 7c81f64537
commit 8af15e63f6
3 changed files with 5 additions and 2 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 4 \
--bind unix:/run/salon_pos_tenant.sock \
--bind unix:/run/salon_pos/salon_pos_tenant.sock \
--timeout 120 \
wsgi_tenant:app
Restart=on-failure