From: Daan De Meyer Date: Wed, 13 Mar 2024 12:07:42 +0000 (+0100) Subject: Extend timeout of systemd-machine-id-commit.service to 90s X-Git-Tag: v22~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2492%2Fhead;p=thirdparty%2Fmkosi.git 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 --- 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