diff options
author | Christian Hesse <mail@eworm.de> | 2020-04-28 15:01:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-04-28 15:01:14 +0200 |
commit | 8f44e0e0a76e826694e75be7cb9ded1b4a1febd7 (patch) | |
tree | bc8c815a830e2950fba0897f3997653f8ab521bf /doc | |
parent | 1bce625ca931671978774eb7ada728bb82bc48db (diff) |
doc/bridge-port: add command to install global-wait
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bridge-port.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |