]> 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>
Wed, 8 Jul 2015 12:11:46 +0000 (13:11 +0100)
commit3d4380bb36eb108dc75fee7215b615f7800b0990
treedd34eeea0e5757b48f9f933bdf6021f1b104666c
parent2e42d68f71524360ff9564b927f9270ac4a827db
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.

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