]> code.ossystems Code Review - openembedded-core.git/commit
nfs-utils: fix to start nfs-server correctly in systemd
authorChen Qi <Qi.Chen@windriver.com>
Wed, 8 Jul 2015 08:52:45 +0000 (16:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 23:36:49 +0000 (16:36 -0700)
commit27633405aa3509c207d986b434d430f2cd380541
tree3c47c11db622412de62f381ecd0e7410ee9da907
parent0cd5a0d5445ff95a8ef4abe24fef705957935e81
nfs-utils: fix to start nfs-server correctly in systemd

Add /etc/modules-load.d/nfsd.conf so that the system loads nfsd at start-up.

Add proc-fs-nfsd.mount systemd unit file because it's needed for nfs server
to start correctly.

After this change, in a systemd based image, we can use `systemctl start
nfs-server' to start the nfs server and things would work correctly.

(From OE-Core rev: 3d4380bb36eb108dc75fee7215b615f7800b0990)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount [new file with mode: 0644]
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb