From 4357ef154e20290937b87d93f7a00867c48cb058 Mon Sep 17 00:00:00 2001 From: velvettear Date: Mon, 20 Nov 2023 16:50:41 +0100 Subject: [PATCH] added new environment variable to service --- slideshow.service | 1 + 1 file changed, 1 insertion(+) diff --git a/slideshow.service b/slideshow.service index 62e739d..8ce6196 100644 --- a/slideshow.service +++ b/slideshow.service @@ -9,6 +9,7 @@ Environment="SLIDESHOW_INTERVAL=60" Environment="SLIDESHOW_DIRECTORY=$HOME" Environment="SLIDESHOW_RESOLUTION=1920x1080" Environment="SLIDESHOW_LOGLEVEL=info" +Environment="SLIDESHOW_PALETTE=/tmp/.slideshow.palette" ExecStart=/opt/slideshow/slideshow [Install]