X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=rpm.sysconfig;h=9ba62a953cfec1205ea3dde7d3391f8896d48a48;hb=7db865f2bcabd6634b78e94aae5f19c47fcc9a97;hp=60464e6cfd438c8e9d1007be7642e2388783cf7d;hpb=a6bf11b2c68522449d721165e4087ec12bbb9e59;p=packages%2Frpm.git diff --git a/rpm.sysconfig b/rpm.sysconfig index 60464e6..9ba62a9 100644 --- a/rpm.sysconfig +++ b/rpm.sysconfig @@ -11,8 +11,11 @@ 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). +# This is NOT used by %systemd_service_{restart,reload}. %systemd_post +# issues try-restart unless package itself contains NORESTART or +# %service macro before exists (maps value below to NORESTART). I.e. +# %systemd_post honours this setting only after %service, while +# %service-less packages would try-restart anyway. #RPM_SKIP_AUTO_RESTART=yes # Should package upgrades enable systemd service?