slideshow/slideshow.service

16 lines
380 B
Desktop File

[Unit]
Description=slideshow
[Service]
Type=simple
User=velvettear
Environment="DISPLAY=:0"
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]
WantedBy=multi-user.target