Request: The ability to configure the IGEL OS Base System to power-cycle after a defined period of idle time, as a first-class setting.
Current state / workaround: This can be approximated today by combining the Screenlock/Screensaver timeout (as the idle trigger) with the conditional countdown registry keys under sessions.xlock0.options — countdown_condition_cmd, countdown_seconds, and countdown_done_cmd. The done command can be set to reboot, gated by the condition command.
Limitation: This mechanism provides only a single idle timer firing a single command once. Because it is tied to the one screensaver timeout, it cannot drive multiple independent actions at different idle thresholds. For example, gracefully disconnecting a session at 15 minutes of idle and rebooting the device at 30 minutes of idle is not achievable through configuration — both actions are forced to share the one trigger, requiring custom scripting to stage them, which is fragile and unsupported.