]> git.pld-linux.org Git - packages/rpm.git/blame - rpm.sysconfig
- typo
[packages/rpm.git] / rpm.sysconfig
CommitLineData
3a4e2b64 1# This file is intended for setting rpm options that cannot be set as macros
2#
3# NOTE:
4# At this moment only few packages use this features.
5
6# How verbose the .rpm scripts/triggers should be?
7RPM_SCRIPTVERBOSITY=5
8
9# Should unused users be removed at package deinstalation?
10RPM_USERDEL=yes
35c569fe
ER
11
12# Should automatic restarts from rpm upgrades be skipped?
13# You want to enable this if you have critical services running and lots of
14# packages trigger the service restart, like apache or php packages upgrade
15# could cause your service being interupted for serveral minutes depending how
16# (un)powerful your server hardware is.
17# You can also disable this per service, if service supports it from /etc/sysconfig/SERVICE
18#RPM_SKIP_AUTO_RESTART=yes
This page took 0.050991 seconds and 4 git commands to generate.