MAN page from OpenSuSE rebootmgr-0.17-2.2.x86_64.rpm
REBOOTMGR\&.CONF
Section: resolved.conf (5)
Updated: 01/10/2018
Index NAME
rebootmgr.conf - Reboot Manager configuration files
SYNOPSIS
/etc/rebootmgr.conf
DESCRIPTION
These configuration file controls and defines the reboot policy forrebootmgrd(8).
OPTIONS
The following options are available in therebootmgrsection:
window-start=
- The format ofwindow-startis the same as described insystemd.time(7).
window-duration=
- The format ofwindow-durationis[XXh][YYm].
strategy=
- This entry specifies the reboot strategy. For a list of valid strategies and their meaning look at therebootmgrd(8)manual page.
lock-group=
- This option is only used in conjuction withetcdlocking. To avoid that all machines running the same services reboots at the same time, they can be grouped into classes and only a specified number of machines in the same group are allowed to reboot at the same time. The standard group name isdefault.
EXAMPLE
Example 1. Example configuration file
In this example, the machine will reboot between 03:30 and 05:00 o'clock in the morning. If an etcd is running, rebootmgrd will obtain a lock for the groupetcd_clusterbefore the reboot is done.
/etc/rebootmgr.conf:
[rebootmgr] window-start=03:30 window-duration=1h30m strategy=best-effort lock-group=etcd_cluster
SEE ALSO
rebootmgrd(8),systemd.time(7)
AUTHOR
Thorsten Kukuk <kukukAATTsuse.com>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXAMPLE
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.