From 78e9bb837c258ac0ec7712b3d612cc2f407e731e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:42 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service (limited to 'test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service') diff --git a/test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service b/test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service new file mode 100644 index 0000000..99d886f --- /dev/null +++ b/test/TEST-07-PID1/TEST-07-PID1.units/issue2467.service @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Unit] +Requires=issue2467.socket +ConditionPathExistsGlob=/tmp/nonexistent +# Make sure we hit the socket trigger limit in the test and not the service start limit. +StartLimitInterval=1000 +StartLimitBurst=1000 + +[Service] +ExecStart=true -- cgit v1.2.3