rpm-plugin-systemd-inhibit(8) — Linux manual page

NAME | Description | Prerequisites | Configuration | SEE ALSO | COLOPHON

RPM-SYSTEMD-INHIBIT(8)                            RPM-SYSTEMD-INHIBIT(8)

NAME         top

       rpm-plugin-systemd-inhibit - Plugin for the RPM Package Manager

Description         top

       This plugin for RPM prevents the system to enter shutdown, sleep
       or idle mode while there is a rpm transaction running to prevent
       system corruption that can occur if the transaction is
       interrupted by a reboot.

       This is achieved by using the inhibit DBUS interface of systemd.
       The call is roughly equivalent to executing

       systemd-inhibit --mode=block --what=idle:sleep:shutdown --who=RPM
       --why="Transaction running"

       See systemd-inhibit(1) for the details of this mechanism.

       It is strongly advised to have the plugin installed on all
       systemd based systems.

Prerequisites         top

       For the plugin to work systemd has to be used as init system and
       though the DBUS system bus must be available.  If the plugin
       cannot access the interface it gives a warning but does not stop
       the transaction.

Configuration         top

       There are currently no options for this plugin in particular.
       See rpm-plugins(8) on how to control plugins in general.

SEE ALSO         top

       systemd-inhibit(1), rpm(8), rpm-plugins(8)

COLOPHON         top

       This page is part of the rpm (RPM Package Manager) project.
       Information about the project can be found at 
       ⟨https://github.com/rpm-software-management/rpm⟩.  It is not known
       how to report bugs for this man page; if you know, please send a
       mail to [email protected].  This page was obtained from the
       project's upstream Git repository
       ⟨https://github.com/rpm-software-management/rpm.git⟩ on
       2023-12-22.  (At that time, the date of the most recent commit
       that was found in the repository was 2023-12-15.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to [email protected]

                               14 Apr 2016        RPM-SYSTEMD-INHIBIT(8)