Much better!
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 27s

This commit is contained in:
Johnny322
2026-02-24 21:30:55 +01:00
parent 7a7adc5e91
commit 474be5d833

View File

@@ -4,11 +4,11 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
User=www-data User=root
WorkingDirectory=/root/repos/music-jeopardy WorkingDirectory=/root/repos/music-jeopardy
Environment=NODE_ENV=production Environment=NODE_ENV=production
Environment=REALTIME_PORT=8787 Environment=REALTIME_PORT=8787
ExecStart=/usr/bin/npm run realtime:server ExecStart=/usr/bin/npm --prefix /root/repos/music-jeopardy run realtime:server
Restart=always Restart=always
RestartSec=2 RestartSec=2