mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
0f1f562974
Otherwise we might never hit the trigger limit and wait indefinitely. Found when trying to run the test on an EC2 xen machine without a nested virt in CentOS CI (in preparations for some ... unforseseen consequences).
7 lines
167 B
SYSTEMD
7 lines
167 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Path]
|
|
PathExists=/tmp/test63
|
|
# Make the unit friendly to slower machines
|
|
TriggerLimitIntervalSec=10
|
|
TriggerLimitBurst=10
|