rebootmgr.conf — Reboot Manager configuration files
/etc/rebootmgr.conf
The following options are available in the "rebootmgr
"
section:
window-start=
¶
The format of window-start
is the same as
described in systemd.time(7).
window-duration=
¶
The format of window-duration
is
"[XXh][YYm]
".
strategy=
¶This entry specifies the reboot strategy. For a list of valid strategies and their meaning look at the rebootmgrd(8) manual page.
Example 1. Example configuration file
In this example, the machine will reboot between 03:30 and 05:00 o'clock in the morning.
/etc/rebootmgr.conf
:
[rebootmgr] window-start=03:30 window-duration=1h30m strategy=best-effort