• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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