]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Extend timeout of systemd-machine-id-commit.service to 90s 2492/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 13 Mar 2024 12:07:42 +0000 (13:07 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 13 Mar 2024 12:07:42 +0000 (13:07 +0100)
Should hopefully reduce the number of CI failures.
See https://github.com/systemd/systemd/pull/31750

mkosi.extra/usr/lib/systemd/system/systemd-machine-id-commit.service.d/timeout.conf [new file with mode: 0644]

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 (file)
index 0000000..f43b615
--- /dev/null
@@ -0,0 +1,2 @@
+[Service]
+TimeoutSec=90s