mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
19 lines
435 B
SYSTEMD
19 lines
435 B
SYSTEMD
|
|
||
|
[Unit]
|
||
|
Description=Testsuite: Assess all other testsuite-*.services worked as expected
|
||
|
|
||
|
Wants=testsuite-success-all.service
|
||
|
Wants=testsuite-success-start.service
|
||
|
Wants=testsuite-success-runtime.service
|
||
|
Wants=testsuite-success-stop.service
|
||
|
Wants=testsuite-fail-start.service
|
||
|
Wants=testsuite-fail-stop.service
|
||
|
Wants=testsuite-fail-runtime.service
|
||
|
StopWhenUnneeded=yes
|
||
|
|
||
|
[Service]
|
||
|
|
||
|
Type=simple
|
||
|
ExecStartPre=/assess.sh
|
||
|
ExecStart=/bin/true
|