doc/bridge-port: add command to install global-wait

This commit is contained in:
Christian Hesse 2020-04-28 15:01:14 +02:00
parent 1bce625ca9
commit 8f44e0e0a7

View file

@ -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