mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|