fix: shop.service 203/EXEC — bash, +x на scripts, убрать CRLF

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 14:50:12 +03:00
parent 7cb61d4242
commit e81bd79607
4 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ User=www-data
Group=www-data
WorkingDirectory=/opt/shop
EnvironmentFile=/opt/shop/.env
ExecStartPre=+/opt/shop/scripts/wait-postgres.sh
ExecStartPre=+/bin/bash /opt/shop/scripts/wait-postgres.sh
ExecStart=/usr/bin/node src/server.js
Restart=on-failure
RestartSec=5