ansible-roles/keepalived/files/notify.sh
David Prevot 6864f61343
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
keepalived: Make sure state file is readable
The file is created 600 on Bullseye otherwise
2023-01-18 16:49:28 +01:00

4 lines
101 B
Bash

#!/bin/bash
echo $1 $2 is in $3 state > /var/run/keepalive.state
chmod og+r /var/run/keepalive.state