Scroll to navigation

REBOOTMGR.CONF(5) resolved.conf REBOOTMGR.CONF(5)

NAME

rebootmgr.conf - Reboot Manager configuration files

SYNOPSIS

/etc/rebootmgr.conf

DESCRIPTION

These configuration file controls and defines 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).

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.conf:

	[rebootmgr]
	window-start=03:30
	window-duration=1h30m
	strategy=best-effort

SEE ALSO

rebootmgrd(8), systemd.time(7)

AUTHOR

Thorsten Kukuk <kukuk@suse.com>

08/10/2023 rebootmgr