From 3e24a301235dbd648f90b319d058568a6c94f1b0 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 15 Jan 2024 17:23:41 +0100 Subject: [PATCH] doc: Document !2116 Signed-off-by: Sefa Eyeoglu --- doc/changes/xrt/mr.2116.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changes/xrt/mr.2116.md diff --git a/doc/changes/xrt/mr.2116.md b/doc/changes/xrt/mr.2116.md new file mode 100644 index 000000000..6473f7a80 --- /dev/null +++ b/doc/changes/xrt/mr.2116.md @@ -0,0 +1 @@ +Prevent systemd from activating the user unit in quick succession, if it crashes on startup. This keep the units from entering a failed state.