xref: /aosp_15_r20/external/ot-br-posix/src/web/otbr-web.service.in (revision 4a64e381480ef79f0532b2421e44e6ee336b8e0d)
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