Skip to content

Commit

Permalink
log pkill signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Bender committed Oct 12, 2022
1 parent 7d8fe93 commit 53c4aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runs/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53c4aba

Please sign in to comment.