1[Unit] 2Description=NFS Mount Daemon 3DefaultDependencies=no 4After=rpcbind.socket 5Requires=proc-fs-nfsd.mount 6After=proc-fs-nfsd.mount 7After=network.target local-fs.target 8BindsTo=nfs-server.service 9ConditionPathExists=@SYSCONFDIR@/exports 10 11[Service] 12EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf 13ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS 14LimitNOFILE=@HIGH_RLIMIT_NOFILE@ 15 16[Install] 17WantedBy=multi-user.target 18