Skip to content
Snippets Groups Projects
Commit 1a27511c authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Murmur] Fix reload of SSL parameters when new certificate is generated

parent a956e2fd
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ _reload() {
echo "Caught SIGUSR1 signal!"
/usr/bin/pkill -USR1 murmurd
}
trap _term SIGUSR1
trap _reload SIGUSR1
# Run murmur
murmurd -fg -v -ini $CONFIG_FILE
murmurd -v -ini $CONFIG_FILE
wait
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment