Remove LO from rc.rpc, it is already included

This commit is contained in:
bergware
2023-06-07 21:26:24 +02:00
parent 21b0545882
commit 2d65dcee05
+1 -1
View File
@@ -195,7 +195,7 @@ check() {
fi
done
# add loopback interface
if [[ "smb nfs ntp rpc" =~ $CALLER ]]; then
if [[ "smb nfs ntp" =~ $CALLER ]]; then
[[ $ipv4 == yes ]] && bind+=(127.0.0.1)
[[ $ipv6 == yes ]] && bind+=(::1)
fi