keepalived: Make sure state file is readable
gitea/ansible-roles/pipeline/head This commit looks good Details

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
1 changed files with 1 additions and 0 deletions

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