From a4cb6dd98e08837f63fae1009ce1553ec696bb49 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 13 Mar 2024 13:07:42 +0100 Subject: [PATCH] Extend timeout of systemd-machine-id-commit.service to 90s Should hopefully reduce the number of CI failures. See https://github.com/systemd/systemd/pull/31750 --- .../system/systemd-machine-id-commit.service.d/timeout.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mkosi.extra/usr/lib/systemd/system/systemd-machine-id-commit.service.d/timeout.conf diff --git a/mkosi.extra/usr/lib/systemd/system/systemd-machine-id-commit.service.d/timeout.conf b/mkosi.extra/usr/lib/systemd/system/systemd-machine-id-commit.service.d/timeout.conf new file mode 100644 index 000000000..f43b6152f --- /dev/null +++ b/mkosi.extra/usr/lib/systemd/system/systemd-machine-id-commit.service.d/timeout.conf @@ -0,0 +1,2 @@ +[Service] +TimeoutSec=90s -- 2.47.2