.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "RPM-PRIORESET" "8" "28 Jan 2020" "" "" .hy .SH NAME .PP rpm-plugin-prioreset - Plugin for the RPM Package Manager to fix issues with priorities of deamons on SysV init .SH Description .PP In general scriptlets run with the same priority as rpm itself. However on legacy SysV init systems, properties of the parent process can be inherited by the actual daemons on restart. As a result daemons may end up with unwanted nice or ionice values. This plugin resets the scriptlet process priorities after forking, and can be used to counter that effect. Should not be used with systemd because it\[aq]s not needed there, and the effect is counter-productive. .SH Configuration .PP There are currently no options for this plugin in particular. See \f[B]rpm-plugins\f[R](8) on how to control plugins in general. .SH SEE ALSO .PP \f[B]rpm\f[R](8), \f[B]rpm-plugins\f[R](8)