]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
nfs-utils: fix to start nfs-server correctly in systemd ChenQi/nfs-utils-systemd
authorChen Qi <Qi.Chen@windriver.com>
Wed, 8 Jul 2015 07:53:40 +0000 (15:53 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 8 Jul 2015 08:50:13 +0000 (16:50 +0800)
commit8ae80387dffec88b2e2e0461224132aa363887a7
tree7071ed2627cff6cf9c3f60b9e05d435569631de0
parentdf6ddc4bf9795212fda87f9d401893eb254074da
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>
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