keepalived: Make sure state file is readable
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

The file is created 600 on Bullseye otherwise
This commit is contained in:
David Prevot 2023-01-18 16:49:28 +01:00
parent 8d16f17354
commit 6864f61343

View file

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