]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/testsuite-16.service
Merge pull request #17185 from yuwata/ethtool-update
[thirdparty/systemd.git] / test / units / testsuite-16.service
CommitLineData
2b5981b4
ZJS
1[Unit]
2Description=TEST-16-EXTEND-TIMEOUT
3# Testsuite: Assess all other testsuite-*.services worked as expected
4
5Wants=success-all.service
6Wants=success-start.service
7Wants=success-runtime.service
8Wants=success-stop.service
9Wants=fail-start.service
10Wants=fail-stop.service
11Wants=fail-runtime.service
12StopWhenUnneeded=yes
13
14[Service]
4962ed9f 15ExecStartPre=rm -f /failed /testok
28c48f4d 16Type=exec
2b5981b4
ZJS
17TimeoutStartSec=infinity
18ExecStartPre=/usr/lib/systemd/tests/testdata/units/%N.sh
19ExecStart=true