From 86ca699d18c427aee4b8ceb89ea303f124f878b6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Nov 05 2024 13:16:26 +0000 Subject: Backport user manager reexec changes This drastically simplifier reexecs of user managers by using systemctl reload to do a user manager reexec. This means we don't need systemd-run, a pam session or systemd-stdio-bridge anymore to do a user manager reexec and all job tracking is handled by pid 1 instead of bash. --- diff --git a/systemd.spec b/systemd.spec index 22bc752..78db443 100644 --- a/systemd.spec +++ b/systemd.spec @@ -117,6 +117,9 @@ Patch0010: https://github.com/systemd/systemd/pull/26494.patch # Requested in https://bugzilla.redhat.com/show_bug.cgi?id=2298422 Patch0011: https://github.com/systemd/systemd/pull/33738.patch +# Simplify user manager upgrades +Patch0012: https://github.com/systemd/systemd/pull/34707.patch + # Those are downstream-only patches, but we don't want them in packit builds: # https://bugzilla.redhat.com/show_bug.cgi?id=2251843 Patch0491: https://github.com/systemd/systemd/pull/30846.patch