1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-06 22:23:10 +02:00

update iptables

This commit is contained in:
kev
2021-12-15 18:00:42 +08:00
parent ba8a2c6d10
commit e0be188adf
4 changed files with 76 additions and 50 deletions

View File

@ -24,6 +24,7 @@ init_rpc() {
echo "* Starting rpcbind"
if [ ! -x /run/rpcbind ] ; then
install -m755 -g 32 -o 32 -d /run/rpcbind
install -m755 -g 32 -o 32 -d /run/rpc_pipefs/nfs
fi
rpcbind || return 0
rpc.statd -L || return 0