Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/conmon.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Delay before invoking the exit command (in seconds).
**--exit-dir**
Path to the directory where exit files are written.

**--full-attach**
Don't truncate the path to the attach socket. This option causes conmon to ignore --socket-dir-path.

**-h**, **--help**
Show help options.

Expand Down Expand Up @@ -74,6 +77,9 @@ the maximum size.
**--log-size-max**
Maximum size of the log file (in bytes).

**--log-global-size-max**
Maximum size of all log files combined (in bytes).

**--log-tag**
Additional tag to use for logging.

Expand Down Expand Up @@ -133,6 +139,9 @@ Enable systemd cgroup manager, rather than use the cgroupfs directly.
**--socket-dir-path**
Location of container attach sockets.

**--sdnotify-socket**
Path to the host's sd-notify socket to relay messages to.

**--sync**
Keep the main conmon process as its child by only forking once.

Expand Down
Loading