From 992d39bc22756e523b4191c736dbde2a13917e7b Mon Sep 17 00:00:00 2001 From: j Date: Mon, 20 Oct 2025 10:39:28 +0100 Subject: [PATCH] try to load config by default --- player/player-back.service | 2 +- player/player-front.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/player/player-back.service b/player/player-back.service index 4804318..b0a2f14 100644 --- a/player/player-back.service +++ b/player/player-back.service @@ -7,7 +7,7 @@ Wants=network-online.target Type=simple Restart=on-failure KillSignal=SIGINT -ExecStart=/srv/pandora/t_for_time/player/player.py --mode peer --playlist /srv/t_for_time/render/back.m3u +ExecStart=/srv/pandora/t_for_time/player/player.py --mode peer --playlist /srv/t_for_time/render/back.m3u --config /srv/t_for_time/render/back.json [Install] WantedBy=graphical-session.target diff --git a/player/player-front.service b/player/player-front.service index 7470316..d514da8 100644 --- a/player/player-front.service +++ b/player/player-front.service @@ -6,7 +6,7 @@ After=gnome-session.target network-online.target Type=simple Restart=on-failure KillSignal=SIGINT -ExecStart=/srv/pandora/t_for_time/player/player.py --mode main --playlist /srv/t_for_time/render/front.m3u +ExecStart=/srv/pandora/t_for_time/player/player.py --mode main --playlist /srv/t_for_time/render/front.m3u --config /srv/t_for_time/render/front.json [Install] WantedBy=graphical-session.target