• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Unit]
2Description=Border Router Web
3After=otbr-agent.service
4ConditionPathExists=@CMAKE_INSTALL_FULL_SBINDIR@/otbr-web
5
6[Service]
7EnvironmentFile=-@CMAKE_INSTALL_FULL_SYSCONFDIR@/default/otbr-web
8ExecStart=@CMAKE_INSTALL_FULL_SBINDIR@/otbr-web $OTBR_WEB_OPTS
9Restart=on-failure
10RestartSec=5
11RestartPreventExitStatus=SIGKILL
12
13[Install]
14WantedBy=multi-user.target
15Alias=otbr-web.service
16