Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpud: add an option to sleep before serving
When cpud runs as init, and serves mDNS, it can start serving before mDNS will work. It is still not clear why this fails, but adding a 5 second sleep before serve() resolves it for now. Such a sleep is obviously undesirable, but the default is 0. To set the timeout when cpud runs as init, add -- --sleepBeforeServing=5s to the kernel command line. Signed-off-by: Ronald G Minnich <[email protected]>
- Loading branch information