Remove LO from rc.rpc, it is already included (regression)

This commit is contained in:
bergware
2023-06-09 22:51:40 +02:00
parent d631f689a9
commit 1a9466e874

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