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