Index rebootmgr 2.2

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)