From 53c4aba59d1c8a77113c35cf5f1a4579abcd56b7 Mon Sep 17 00:00:00 2001 From: Lutz Bender Date: Wed, 28 Sep 2022 10:50:26 +0200 Subject: [PATCH] log pkill signal --- runs/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runs/backup.sh b/runs/backup.sh index 3eb4f81f57..bfc666ac10 100644 --- a/runs/backup.sh +++ b/runs/backup.sh @@ -12,7 +12,7 @@ backup() { # tell mosquitto to store all retained topics in db now openwbDebugLog MAIN 1 "sending 'SIGUSR1' to mosquitto" - sudo pkill -SIGUSR1 mosquitto + sudo pkill -e -SIGUSR1 mosquitto # give mosquitto some time to finish sleep 0.2