mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
88c2ef1f75
It seems this introduced a regression in the CentOS CI;
14:25:58 FAILED TASKS:14:25:58 -------------
14:25:58 TEST-03-JOBS
14:25:58 TEST-52-HONORFIRSTSHUTDOWN
14:25:58 TEST-63-PATH
Revert for now.
This reverts commit da3c6fc553
.
12 lines
262 B
Desktop File
12 lines
262 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=End the test
|
|
After=testsuite.target
|
|
OnFailure=poweroff.target
|
|
OnFailureJobMode=replace-irreversibly
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/end.sh
|
|
TimeoutStartSec=5m
|