Launch the daemon on a specific portion of the filesystem.
Usage: scm daemon start | [-c/--connection-timeout <arg>] [-i/--inactive-timeout <arg>] [--description <arg>] [--port <arg>] [share-root...] |
share-root | Path to the root of the shared file system. |
Options:
-c, --connection-timeout <arg> | Number of milliseconds to wait for the initial connection. Zero indicates that the daemon should wait indefinitely for its first connection. |
-i, --inactive-timeout <arg> | Maximum number of milliseconds the daemon may be idle before being shut down. The daemon is considered idle when it has no incoming connections. |
--description <arg> | Attach the given description to the daemon. |
--port <arg> | Local port that daemon should listen on. |
Example