From 7a7adc5e912ce744edda342d18a5f569d0506319 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Tue, 24 Feb 2026 21:30:07 +0100 Subject: [PATCH] Better service --- deploy/systemd/music-jeopardy-realtime.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/systemd/music-jeopardy-realtime.service b/deploy/systemd/music-jeopardy-realtime.service index 02af7aa..c893b1b 100644 --- a/deploy/systemd/music-jeopardy-realtime.service +++ b/deploy/systemd/music-jeopardy-realtime.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=simple User=www-data -WorkingDirectory=/repos/music-jeopardy +WorkingDirectory=/root/repos/music-jeopardy Environment=NODE_ENV=production Environment=REALTIME_PORT=8787 ExecStart=/usr/bin/npm run realtime:server