X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=rpm.sysconfig;h=d370d97edb870e148af0d0ea2a2b54fba7e8bfe1;hp=1ad0c52de40b6c26248cc656cb2d00cbb848fe41;hb=c777b83048fb1614eb1820232dd843040baff838;hpb=99a1bf0be3ff9e048499a43471c11addb227d6b2 diff --git a/rpm.sysconfig b/rpm.sysconfig index 1ad0c52..d370d97 100644 --- a/rpm.sysconfig +++ b/rpm.sysconfig @@ -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 @@ -13,3 +12,15 @@ RPM_USERDEL=yes # You can also disable this per service, if service supports it from # /etc/sysconfig/SERVICE #RPM_SKIP_AUTO_RESTART=yes + +# Should package upgrades enable SysV service? +# You don't want to disable this unless you're planning to fully +# migrate to systemd or want serviceless system. +RPM_ENABLE_SYSV_SERVICE=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. +RPM_ENABLE_SYSTEMD_SERVICE=yes