aboutsummaryrefslogtreecommitdiffstats
path: root/early-errors
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-05-27 00:13:57 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-05-27 00:13:57 +0200
commit7ecda2204fa5ee69996ab579c89bdf87e175686c (patch)
tree87d918a1732c6f0eb3caf894f3afce18a8074a5a /early-errors
parent6a50e80825cb99903968935f1932b77ae7e32886 (diff)
early-errors: wait to be fully connected
Diffstat (limited to 'early-errors')
-rw-r--r--early-errors3
1 files changed, 3 insertions, 0 deletions
diff --git a/early-errors b/early-errors
index f2793fc..a48c3cd 100644
--- a/early-errors
+++ b/early-errors
@@ -8,6 +8,9 @@
:global Identity;
:global SendNotification;
+:global WaitFullyConnected;
+
+$WaitFullyConnected;
:local Errors [ / log find where (topics~"error" or topics~"critical") !(topics~"e-mail") !(topics~"dns") ];
:local ErrCount [ :len $Errors ];