]> git.pld-linux.org Git - packages/rpm.git/blob - rpm.sysconfig
make PKGSYSTEM_ENABLE_FSYNC runtime configurable
[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 # This is NOT used by %systemd_service_{restart,reload} nor %systemd_post
15 # (which issues try-restart unless package itself contains NORESTART).
16 #RPM_SKIP_AUTO_RESTART=yes
17
18 # Should package upgrades enable systemd service?
19 # This means migrating init scripts from SysV to systemd.
20 # If you disable this, systemd units will not be enabled for
21 # *upgraded* services. Newly installed packages will follow
22 # systemd presets.
23 # This is used:
24 # - if set to "no" while upgrading from systemd-units < 1:187-3,
25 #   sets default.preset to "disable *" (one-time configuration:
26 #   for newly installed packages),
27 # - by %systemd_trigger (upgrade) disobeying systemd presets.
28 RPM_ENABLE_SYSTEMD_SERVICE=yes
29
30 # Run update-mime-database with(out) fdatasync(): this causes really
31 # long and quiet delay on every invocation.
32 # https://bugs.freedesktop.org/show_bug.cgi?id=70366
33 # https://bugzilla.redhat.com/show_bug.cgi?id=1052173
34 PKGSYSTEM_ENABLE_FSYNC=0
This page took 0.034568 seconds and 3 git commands to generate.