From: Daan De Meyer Date: Sun, 5 May 2024 08:46:01 +0000 (+0200) Subject: TEST-55-OOMD: Configure init.scope credential in mkosi image X-Git-Tag: v256-rc2~97^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e71acab00cc1eb4b634b8d8c5f4cbb3453d4656;p=thirdparty%2Fsystemd.git TEST-55-OOMD: Configure init.scope credential in mkosi image --- diff --git a/test/TEST-55-OOMD/meson.build b/test/TEST-55-OOMD/meson.build new file mode 100644 index 00000000000..86a0d8f9572 --- /dev/null +++ b/test/TEST-55-OOMD/meson.build @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +test_params += { + 'mkosi_args' : test_params['mkosi_args'] + [ + '--credential=@0@'.format(meson.current_source_dir() / 'systemd.unit-dropin.init.scope') + ] +} diff --git a/test/TEST-55-OOMD/systemd.unit-dropin.init.scope b/test/TEST-55-OOMD/systemd.unit-dropin.init.scope new file mode 100644 index 00000000000..31b7f90957b --- /dev/null +++ b/test/TEST-55-OOMD/systemd.unit-dropin.init.scope @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Scope] +MemoryHigh=infinity +StartupMemoryHigh=10G