-h,--help
Print help text to console and exit.
-V,--version
Print version information to console and exit.
-d,--daemonize
Daemonize after startup.
-k,--kill
Kill running daemon instance.
-e,--check
Return 0 if a daemon is already running.
-ffilename,--config-filefilename
Load the specified configuration file.
-ctext,--configtext
Use given JSON format configuration string. If this option is present then -f option will be
ignored.
-pfilename,--pid-filefilename
Use the specified PID file.
-g,--debug
Turns on debugging messages. Repeating the option increases verbosity.
-l,--log-output
Force teamd log output to stdout, stderr or syslog.
-r,--force-recreate
Force team device recreation in case it already exists.
-o,--take-over
Take over the device if it already exists.
-N,--no-quit-destroy
This option also ensures that the team device is not removed after teamd finishes.
-tdevicename,--team-devdevicename
Use the specified team device name (overrides "device" key in the configuration).
-n,--no-ports
Start without ports, even if they are listed in the configuration.
-D,--dbus-enable
Enable D-Bus interface.
-Zaddress,--zmq-enableaddress
Enable ZMQ interface. Possible address formats are "tcp://ip:port", "ipc://path" and others.
Detailed description of ZMQ library is in page http://zguide.zeromq.org/page:all.
-U,--usock-enable
Enable UNIX domain socket interface. This is enabled by default.
-u,--usock-disable
Disable UNIX domain socket interface.