K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-04-22T00:26:35.437725Z K 7 svn:log V 360 MFC r332773: Fix ddb rc script r288291 added a call to limits(1), which isn't available before partitions are mounted. This broke the ddb rc script, which does not provide its own start_cmd. Alleviate the situation here by providing a start_cmd. We still have other problems with diskless setups that need to be considered, but this is a start. PR: 206291 END