1RPM-SYSTEMD-INHIBIT(8) RPM-SYSTEMD-INHIBIT(8)
2
3
4
6 rpm-plugin-systemd-inhibit - Plugin for the RPM Package Manager
7
9 This plugin for RPM prevents the system to enter shutdown, sleep or
10 idle mode while there is a rpm transaction running to prevent system
11 corruption that can occur if the transaction is interrupted by a re‐
12 boot.
13
14 This is achieved by using the inhibit DBUS interface of systemd. The
15 call is roughly equivalent to executing
16
17 systemd-inhibit --mode=block --what=idle:sleep:shutdown --who=RPM
18 --why="Transaction running"
19
20 See systemd-inhibit(1) for the details of this mechanism.
21
22 It is strongly advised to have the plugin installed on all systemd
23 based systems.
24
26 For the plugin to work systemd has to be used as init system and though
27 the DBUS system bus must be available. If the plugin cannot access the
28 interface it gives a warning but does not stop the transaction.
29
31 There are currently no options for this plugin in particular. See rpm-
32 plugins(8) on how to control plugins in general.
33
35 systemd-inhibit(1) rpm(8) rpm-plugins(8)
36
37
38
39 14 Apr 2016 RPM-SYSTEMD-INHIBIT(8)