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