blob: 7e2126a248bdc5b77ee0b4d5e5f84d5d2b0e0c88 (
plain)
- #!/usr/bin/launchtool -C
- tag = feh
- #command = DISPLAY=:0 feh --full-screen --slideshow-delay 15 /var/lib/infoscreen/*.png; exit 0
- command = export DISPLAY=:0; /usr/local/bin/xset s reset; /usr/local/bin/xset s off; for file in `find /var/lib/infoscreen -name '*.png'`; do feh --rcfile /dev/null --bg-scale $file; sleep 15; done; exit 0
- daemon = yes
- stats = yes
- #user = myserver
- #root dir = /tmp
- #process count limit = 5
- #open files limit = 10
- wait times = 1,1,1,3,3,3,10,10,10
- infinite runs = yes
- launchtool output = syslog:feh,LOG_DAEMON,LOG_INFO
- launchtool errors = syslog:feh,LOG_DAEMON,LOG_ERR
- command output = syslog:feh,LOG_DAEMON,LOG_INFO
- command errors = syslog:feh,LOG_DAEMON,LOG_ERR
- silent restart time = 5
- silent restart status = 0
|