]> git.pld-linux.org Git - packages/rpm.git/blob - rpm.sysconfig
- use DSA for package signatures for temporary compatibility with antique crap
[packages/rpm.git] / rpm.sysconfig
1 # This file is intended for setting rpm options that cannot be set as macros
2 #
3 # NOTE: some packages might not use these features.
4
5 # How verbose the .rpm scripts/triggers should be?
6 RPM_SCRIPTVERBOSITY=5
7
8 # Should unused users be removed at package deinstallation?
9 RPM_USERDEL=yes
10
11 # Should automatic restarts from rpm upgrades be skipped?
12 # You can also disable this per service, if service supports it from
13 # /etc/sysconfig/SERVICE
14 #RPM_SKIP_AUTO_RESTART=yes
15
16 # Should package upgrades enable SysV service?
17 # You don't want to disable this unless you're planning to fully
18 # migrate to systemd or want serviceless system.
19 RPM_ENABLE_SYSV_SERVICE=yes
20
21 # Should package upgrades enable systemd service?
22 # This means migrating init scripts from SysV to systemd.
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.
26 RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.026813 seconds and 3 git commands to generate.