Deployment AIO fixed live entered FATAL state (#7893)

This commit is contained in:
Martin Dagarin 2025-10-06 20:12:21 +02:00 committed by GitHub
parent 5c842d592e
commit f9e21c58c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,8 +96,8 @@ priority=20
[program:live]
directory=/app/live
command=sh -c "node live/server.js"
directory=/app/live/apps/live
command=sh -c "node ./dist/server.js"
autostart=true
autorestart=true
stdout_logfile=/app/logs/access/live.log