ubuntu: fix incorrect syntax in nfs-common file

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-11-03 18:40:24 -05:00
parent 4a7463802e
commit 708d807cc1
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -42,13 +42,13 @@ Verbosity = 5
EOC
cat > /etc/default/nfs-common << EOC
NEED_STATD=y
NEED_STATD=yes
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
NEED_IDMAPD=y
NEED_IDMAPD=yes
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=y
NEED_GSSD=yes
EOC
echo NEED_SVCGSSD=y > /etc/default/nfs-kernel-server