Files
kiosk-prod-screens/kiosk-schedule
T
2026-05-28 09:43:17 +02:00

13 lines
510 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# /etc/cron.d/kiosk-schedule
# Harmonogram kiosku WS-VK016
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Wyłącz kiosk w sobotę o 7:00 (planowe wyłączenie)
0 7 * * 6 root /sbin/shutdown -h now
# Jeśli kiosk uruchomi się po utracie prądu w oknie wyłączenia (sb 07:00 nd 20:59),
# wyłącz go w ciągu max. 5 minut. Gdy kiosk jest normalnie wyłączony, wpisy nie działają.
*/5 7-23 * * 6 root /sbin/shutdown -h now
*/5 0-20 * * 0 root /sbin/shutdown -h now