Source-Makefile: package/feeds/libremesh/deferable-reboot/Makefile Package: deferable-reboot Version: 2024-04-03-1712175033 Depends: +libc +lua +lime-system Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: libremesh Title: deferable-reboot provides a deferable reboot. Maintainer: Santiago Piccinini Source: Type: ipkg Description: This deferable-reboot provides a deferable reboot mechanism. The system will be rebooted when the uptime of the system reach a specified amount of seconds and if /tmp/deferable-reboot.defer file does not contain a number that is greater than the current uptime. This way if anyone wants to postpone the reboot, the way is to store the next checkpoint in seconds. For example if the system must not reboot from now and up to 120 seconds in the future then something like this can be donde awk '{print deferable-reboot + 120}' /proc/uptime > /tmp/deferable-reboot.defer Santiago Piccinini @@