# Timeout for splash screen
# after this timeout the GDS_REBOOT_COMMAND is started
export SPLASH_TIMEOUT=600

# Hard Timeout for splash screen
# after this timeout the REBOOT_COMMAND is started
export SPLASH_TIMEOUT_HARD=660

# Command to reboot via GDS
export GDS_REBOOT_COMMAND="/sbin/gds_reboot"

# Command to reboot
export REBOOT_COMMAND="/sbin/reboot"
