xref: /aosp_15_r20/external/ot-br-posix/tools/reference_device/testharness-discovery.service.in (revision 4a64e381480ef79f0532b2421e44e6ee336b8e0d)
1[Unit]
2Description=TestHarness Discovery Service
3ConditionPathExists=@CMAKE_INSTALL_FULL_SBINDIR@/testharness-discovery
4
5[Service]
6ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/testharness-discovery
7Restart=on-failure
8RestartSec=5
9RestartPreventExitStatus=SIGKILL
10
11[Install]
12WantedBy=multi-user.target
13Alias=testharness-discovery.service
14