]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.sysconfig
describe real actions behind some variables
[packages/rpm.git] / rpm.sysconfig
index 1ad0c52de40b6c26248cc656cb2d00cbb848fe41..00f667dab00e46fb05a5c0d87fd86007488a7972 100644 (file)
@@ -1,7 +1,6 @@
 # This file is intended for setting rpm options that cannot be set as macros
 #
-# NOTE:
-#      At this moment only few packages use this features.
+# NOTE: some packages might not use these features.
 
 # How verbose the .rpm scripts/triggers should be?
 RPM_SCRIPTVERBOSITY=5
@@ -12,4 +11,17 @@ RPM_USERDEL=yes
 # Should automatic restarts from rpm upgrades be skipped?
 # You can also disable this per service, if service supports it from
 # /etc/sysconfig/SERVICE
+# This is NOT used by %systemd_service_{restart,reload} nor %systemd_post
+# (which issues try-restart unless package itself contains NORESTART).
 #RPM_SKIP_AUTO_RESTART=yes
+
+# Should package upgrades enable systemd service?
+# This means migrating init scripts from SysV to systemd.
+# If you disable this, systemd units will not be enabled for
+# upgraded services. Newly installed packages will still have
+# systemd services enabled.
+# This is used:
+# - if set to "no" while upgrading from systemd-units < 1:187-3
+#   sets default.preset to "disable *" (one-time configuration),
+# - by %systemd_trigger disobeying systemd presets,
+RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.027188 seconds and 4 git commands to generate.