Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / src / agent / otbr-agent.service.in
1 [Unit]
2 Description=Border Router Agent
3 ConditionPathExists=@CMAKE_INSTALL_FULL_SBINDIR@/otbr-agent
4
5 [Service]
6 EnvironmentFile=-@CMAKE_INSTALL_FULL_SYSCONFDIR@/default/otbr-agent
7 ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/otbr-agent $OTBR_AGENT_OPTS
8 Restart=on-failure
9 RestartSec=5
10 RestartPreventExitStatus=SIGKILL
11
12 [Install]
13 WantedBy=multi-user.target
14 Alias=otbr-agent.service