Update slideshow service to restart very week to re-suffle the playlist and ensure files don't get stuck during off hours or away hours
This commit is contained in:
parent
cd955d170c
commit
d353a4582b
|
@ -181,6 +181,8 @@ After=getty.target
|
||||||
[Service]
|
[Service]
|
||||||
User=fim
|
User=fim
|
||||||
ExecStart=/usr/local/bin/fim-slideshow.sh
|
ExecStart=/usr/local/bin/fim-slideshow.sh
|
||||||
|
Restart=always
|
||||||
|
RuntimeMaxSec=604800
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue