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
hedgedoc
David Prevot 2 months ago
parent 8d16f17354
commit 6864f61343

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

Loading…
Cancel
Save