1RPM-PRIORESET(8) RPM-PRIORESET(8)
2
3
4
6 rpm-plugin-prioreset - Plugin for the RPM Package Manager to fix issues
7 with priorities of deamons on SysV init
8
10 In general scriptlets run with the same priority as rpm itself. Howevâ
11 er on legacy SysV init systems, properties of the parent process can be
12 inherited by the actual daemons on restart. As a result daemons may
13 end up with unwanted nice or ionice values. This plugin resets the
14 scriptlet process priorities after forking, and can be used to counter
15 that effect. Should not be used with systemd because it's not needed
16 there, and the effect is counter-productive.
17
19 There are currently no options for this plugin in particular. See rpm-
20 plugins(8) on how to control plugins in general.
21
23 rpm(8), rpm-plugins(8)
24
25
26
27 28 Jan 2020 RPM-PRIORESET(8)