keepalived: Make sure state file is readable
gitea/ansible-roles/pipeline/head This commit looks good
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
The file is created 600 on Bullseye otherwisehedgedoc
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…
Reference in New Issue