]> git.pld-linux.org Git - packages/rpm.git/blame - rpm.sysconfig
- added rpm-double_check_unpackaged_subdirs patch (do a strict check when Bloom filte...
[packages/rpm.git] / rpm.sysconfig
CommitLineData
3a4e2b64 1# This file is intended for setting rpm options that cannot be set as macros
2#
3372d039 3# NOTE: some packages might not use these features.
3a4e2b64 4
5# How verbose the .rpm scripts/triggers should be?
6RPM_SCRIPTVERBOSITY=5
7
1ef39fd0 8# Should unused users be removed at package deinstallation?
3a4e2b64 9RPM_USERDEL=yes
35c569fe
ER
10
11# Should automatic restarts from rpm upgrades be skipped?
1ef39fd0
JB
12# You can also disable this per service, if service supports it from
13# /etc/sysconfig/SERVICE
35c569fe 14#RPM_SKIP_AUTO_RESTART=yes
b2f9977a 15
ef2729d8 16# Should package upgrades enable SysV service?
b2f9977a 17# You don't want to disable this unless you're planning to fully
3372d039 18# migrate to systemd or want serviceless system.
ef2729d8 19RPM_ENABLE_SYSV_SERVICE=yes
b2f9977a 20
ef2729d8 21# Should package upgrades enable systemd service?
b2f9977a 22# This means migrating init scripts from SysV to systemd.
bd2f061b
JR
23# If you disable this, systemd units will not be enabled for
24# upgraded services. Newly installed packages will still have
25# systemd services enabled.
ef2729d8 26RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.157997 seconds and 4 git commands to generate.