From: Zbigniew Jędrzejewski-Szmek Date: Wed, 25 Feb 2026 21:04:16 +0000 (+0100) Subject: rpm/systemd-update-helper: use 'enqueue-marked-jobs' X-Git-Tag: v260-rc2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9abcd9b260ac09d06605462ea73ff25d0c26c6b;p=thirdparty%2Fsystemd.git rpm/systemd-update-helper: use 'enqueue-marked-jobs' Without this, a warning is emitted on upgrades. Follow-up for c008f88dede789ce4572c21a2bca16ff7eede193. --- diff --git a/src/rpm/systemd-update-helper.in b/src/rpm/systemd-update-helper.in index 6467326e359..9063a2cc3bd 100755 --- a/src/rpm/systemd-update-helper.in +++ b/src/rpm/systemd-update-helper.in @@ -99,7 +99,7 @@ case "$command" in fi if [[ "$command" =~ restart ]]; then - systemctl reload-or-restart --marked + systemctl enqueue-marked-jobs fi ;; @@ -120,7 +120,7 @@ case "$command" in for user in $users; do SYSTEMD_BUS_TIMEOUT={{UPDATE_HELPER_USER_TIMEOUT_SEC}}s \ - systemctl --user -M "$user@" reload-or-restart --marked & + systemctl --user -M "$user@" enqueue-marked-jobs & done wait fi