aboutsummaryrefslogtreecommitdiff
path: root/tools/reference_device/testharness-discovery.service.in
blob: 10f16ed2f25b2b541e14d0c5859ec2a1406c6d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=TestHarness Discovery Service
ConditionPathExists=@CMAKE_INSTALL_FULL_SBINDIR@/testharness-discovery

[Service]
ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/testharness-discovery
Restart=on-failure
RestartSec=5
RestartPreventExitStatus=SIGKILL

[Install]
WantedBy=multi-user.target
Alias=testharness-discovery.service