]> git.pld-linux.org Git - packages/rpm.git/blame - rpm.sysconfig
newly installed packages honour systemd presets
[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
f245dd10
TP
14# This is NOT used by %systemd_service_{restart,reload} nor %systemd_post
15# (which issues try-restart unless package itself contains NORESTART).
35c569fe 16#RPM_SKIP_AUTO_RESTART=yes
b2f9977a 17
ef2729d8 18# Should package upgrades enable systemd service?
b2f9977a 19# This means migrating init scripts from SysV to systemd.
bd2f061b 20# If you disable this, systemd units will not be enabled for
27998640
TP
21# *upgraded* services. Newly installed packages will follow
22# systemd presets.
f245dd10 23# This is used:
27998640
TP
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.
ef2729d8 28RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.070204 seconds and 4 git commands to generate.