mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
f994276068
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).
(cherry picked from commit 0f1f562974
)
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
|