
yuidd - YUID Distributed ID server

yuidd [--port <port>] [--hostid <hostid>]

yuidd implements the server portion of the YUID client/server protocol.

The options are:
Specifies the unique host ID of the machine running this server instance. This is equivalent to the use of a MAC address in Type-1 UUIDs.
This argument is optional, but highly recommended. If you don't provide a host ID, an ID will be randomly generated, but this leaves the potential for collisions.
Specifies the port for the server to listen on.
This argument is optional. If not provided, yuidd will listen on port 9001.
Specifies that the server should be daemonized to run in the background.
This argument is optional. If not provided, the server will run in the foreground.
Turns on debugging information.
This argument is optional. If not provided, debugging is off.

Please see the Data::YUID manpage for author, copyright, and license information.