Release 10.5.0 #124

Manually merged
jlecour merged 46 commits from unstable into stable 2021-04-01 15:40:51 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 3e11b1d31f - Show all commits

View file

@ -0,0 +1,2 @@
#!/bin/bash
echo $1 $2 is in $3 state > /var/run/keepalive.state

View file

@ -26,4 +26,5 @@ vrrp_instance vrrp {
track_script {
chk_sshd
}
notify /etc/keepalived/notify.sh
}