other versions
- Tumbleweed 3.3+git20250512.b6e4e84-1.1
- Leap-16.0
- Leap-15.6
REBOOTMGR.CONF(5) | rebootmgr.conf | REBOOTMGR.CONF(5) |
NAME¶
rebootmgr.conf - Reboot Manager configuration files
SYNOPSIS¶
/etc/rebootmgr/rebootmgr.conf
/run/rebootmgr/rebootmgr.conf
/usr/share/rebootmgr/rebootmgr.conf
/etc/rebootmgr/rebootmgr.conf.d/*.conf
/run/rebootmgr/rebootmgr.conf.d/*.conf
/usr/share/rebootmgr/rebootmgr.conf.d/*.conf
DESCRIPTION¶
These configuration files control and define the reboot policy for rebootmgrd(8).
OPTIONS¶
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). Except that timezones are not
supported.
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¶
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/rebootmgr.conf:
[rebootmgr] window-start=03:30 window-duration=1h30m strategy=best-effort
SEE ALSO¶
AUTHOR¶
Thorsten Kukuk <kukuk@suse.com>
05/12/2025 | rebootmgr |