]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- SysV and systemd service activation settings
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Jan 2012 18:55:04 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.sysconfig -> 1.5

rpm.sysconfig

index 1ad0c52de40b6c26248cc656cb2d00cbb848fe41..00e8997c76a4b3238f433b15b8dd350bf3e51dd8 100644 (file)
@@ -13,3 +13,14 @@ RPM_USERDEL=yes
 # You can also disable this per service, if service supports it from
 # /etc/sysconfig/SERVICE
 #RPM_SKIP_AUTO_RESTART=yes
 # You can also disable this per service, if service supports it from
 # /etc/sysconfig/SERVICE
 #RPM_SKIP_AUTO_RESTART=yes
+
+# Should package upgrades activate SysV service?
+# You don't want to disable this unless you're planning to fully
+# migrate to systemd or want serviceles system.
+RPM_ACTIVATE_SYSV_SERVICE=yes
+
+# Should package upgrades activate systemd service?
+# This means migrating init scripts from SysV to systemd.
+# If you disable this, systemd units will not be enabled for newly
+# installed/upgraded services
+RPM_ACTIVATE_SYSTEMD_SERVICE=yes
This page took 0.082273 seconds and 4 git commands to generate.