From 8f44e0e0a76e826694e75be7cb9ded1b4a1febd7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 Apr 2020 15:01:14 +0200 Subject: doc/bridge-port: add command to install global-wait --- doc/bridge-port.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bridge-port.md b/doc/bridge-port.md index 2228ac8..167fa87 100644 --- a/doc/bridge-port.md +++ b/doc/bridge-port.md @@ -36,6 +36,7 @@ There is also global configuration: Install [global-wait](global-wait.md) and add a scheduler to start with default setup on system startup: + $ScriptInstallUpdate global-wait; / system scheduler add name=bridge-port-to-default on-event="/ system script { run global-wait; run bridge-port-to-default; }" start-time=startup; Usage and invocation -- cgit v1.2.3-54-g00ecf