[oe-commits] [openembedded-core] 02/11: nfs-mountd: Add missing dependency on systemd service

git at git.openembedded.org git at git.openembedded.org
Wed Jul 17 08:39:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1228dddfd11654e3b8830e1ef51f9ebeb152bd35
Author: Ricardo Ribalda Delgado <ricardo at ribalda.com>
AuthorDate: Mon Jul 15 16:14:58 2019 +0200

    nfs-mountd: Add missing dependency on systemd service
    
    As described on: https://www.spinics.net/lists/linux-nfs/msg62022.html
    
    mountd requires rpcbind, otherwise it can can fail to start, which can
    lead to nfsroot not booting.
    
    Upstream: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=907426b00bdcd69d9a56ac1870990e8ae8c6fe9f
    
    Signed-off-by: Ricardo Ribalda Delgado <ricardo at ribalda.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
index 27ea58d..3c3a802 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=NFS Mount Daemon
 DefaultDependencies=no
+After=rpcbind.socket
 Requires=proc-fs-nfsd.mount
 After=proc-fs-nfsd.mount
 After=network.target local-fs.target

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list