mirror of
https://github.com/systemd/systemd.git
synced 2024-12-05 00:04:02 +08:00
11 lines
279 B
Desktop File
11 lines
279 B
Desktop File
# 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
|