freebsd-ports/sysutils/conmon/pkg-message
2023-06-12 11:08:56 +01:00

17 lines
312 B
Text

[
{ type: install
message: <<EOM
To properly support podman's container restart policy, conmon needs fdescfs(5)
to be mounted on /dev/fd.
If /dev/fd is not already mounted:
mount -t fdescfs fdesc /dev/fd
To make it permanent, add the following line to /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
EOM
}
]