[PATCH] systemd: mount nfsd after load kernel module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Systemd should load nfs kernel module before it try mount nfsd file systemd.
In some systems systemd try mount nfsd file system before the nfs
kernel module was loaded, which end with error.

Signed-off-by: Andrej Kozemcak <andrej.kozemcak@xxxxxxxxxxx>
---
 systemd/proc-fs-nfsd.mount | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemd/proc-fs-nfsd.mount b/systemd/proc-fs-nfsd.mount
index 931a5cee..630801b3 100644
--- a/systemd/proc-fs-nfsd.mount
+++ b/systemd/proc-fs-nfsd.mount
@@ -1,5 +1,6 @@
 [Unit]
 Description=NFSD configuration filesystem
+After=systemd-modules-load.service
 
 [Mount]
 What=nfsd
-- 
2.39.5





[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux