]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-16-EXTEND-TIMEOUT/testsuite.service
core: add EXTEND_TIMEOUT_USEC={usec} - prevent timeouts in startup/runtime/shutdown...
[thirdparty/systemd.git] / test / TEST-16-EXTEND-TIMEOUT / testsuite.service
1
2 [Unit]
3 Description=Testsuite: Assess all other testsuite-*.services worked as expected
4
5 Wants=testsuite-success-all.service
6 Wants=testsuite-success-start.service
7 Wants=testsuite-success-runtime.service
8 Wants=testsuite-success-stop.service
9 Wants=testsuite-fail-start.service
10 Wants=testsuite-fail-stop.service
11 Wants=testsuite-fail-runtime.service
12 StopWhenUnneeded=yes
13
14 [Service]
15
16 Type=simple
17 ExecStartPre=/assess.sh
18 ExecStart=/bin/true