summaryrefslogtreecommitdiff
path: root/sysutils/conmon/pkg-message
blob: 19fff6546b586c414cd7087a567c791072d66a40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]