summaryrefslogtreecommitdiff
path: root/lib/testrunner.service
blob: d14d67048293d2d909eddf77d4d24d818d573740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ktest testrunner
ConditionFileIsExecutable=/sbin/testrunner.wrapper
After=multi-user.target

[Service]
Type=forking
ExecStart=/sbin/testrunner.wrapper
TimeoutSec=0
RemainAfterExit=yes
GuessMainPID=no
IgnoreSIGPIPE=no