Options (5)
-f, --foregroundbooleanStart the daemon in the foreground
Example:
lvmpolld {{[-f|--foreground]}}-l, --logbooleanStart in the foreground with debug logging
Example:
lvmpolld {{[-f|--foreground]}} {{[-l|--log]}} debug-t, --timeoutbooleanSet the idle shutdown timeout (seconds)
Example:
lvmpolld {{[-t|--timeout]}} {{300}}-s, --socketbooleanUse a custom socket path
Example:
lvmpolld {{[-s|--socket]}} {{/tmp/lvmpolld.socket}}-p, --pidfilebooleanUse a custom PID file
Example:
lvmpolld {{[-p|--pidfile]}} {{/tmp/lvmpolld.pid}}Examples (6)
Start the daemon in the foreground
lvmpolld [-f|--foreground]Start in the foreground with debug logging
lvmpolld [-f|--foreground] [-l|--log] debugSet the idle shutdown timeout (seconds)
lvmpolld [-t|--timeout] 300Use a custom socket path
lvmpolld [-s|--socket] /tmp/lvmpolld.socketUse a custom PID file
lvmpolld [-p|--pidfile] /tmp/lvmpolld.pidDump the current state
lvmpolld --dumpmade by @shridhargupta | data from tldr-pages