added new environment variable to service

This commit is contained in:
Daniel Sommer 2023-11-20 16:50:41 +01:00
parent 5ca18a5717
commit 4357ef154e

View file

@ -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]