summaryrefslogtreecommitdiffstats
path: root/test/testsuite-10.units/test10.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsuite-10.units/test10.service')
-rw-r--r--test/testsuite-10.units/test10.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/testsuite-10.units/test10.service b/test/testsuite-10.units/test10.service
new file mode 100644
index 0000000..fc8fad9
--- /dev/null
+++ b/test/testsuite-10.units/test10.service
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Requires=test10.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