]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-10.units/test10.service
fc8fad932790b9544731df85f60301336f1529a0
[thirdparty/systemd.git] / test / testsuite-10.units / test10.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Requires=test10.socket
4 ConditionPathExistsGlob=/tmp/nonexistent
5 # Make sure we hit the socket trigger limit in the test and not the service start limit.
6 StartLimitInterval=1000
7 StartLimitBurst=1000
8
9 [Service]
10 ExecStart=true