From ecdcdad67c66f12b3a67f6df518c2831feab848f Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 9 Dec 2022 09:31:46 +0000 Subject: [PATCH] systemd: add nfs4 hint to nfs.mount.sample --- packages/sysutils/systemd/config/system.d/nfs.mount.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/sysutils/systemd/config/system.d/nfs.mount.sample b/packages/sysutils/systemd/config/system.d/nfs.mount.sample index 20ad18b65f..475878109c 100644 --- a/packages/sysutils/systemd/config/system.d/nfs.mount.sample +++ b/packages/sysutils/systemd/config/system.d/nfs.mount.sample @@ -30,7 +30,7 @@ Where=/storage/movies2 # Any options you usually use with the "-o" parameter in the mount command Options= -# filesystem type +# filesystem type (for NFSv4 use Type=nfs4) Type=nfs @@ -47,4 +47,3 @@ WantedBy=multi-user.target # This means, if we want mount to "/storage/movies2" (see above "Where=/storage/movies2") # then this file must be renamed to 'storage-movies2.mount' and can be enabled via ssh with the # command 'systemctl enable storage-movies2.mount' -