blob: c78b1cd41f142fdaf7e3f05053c22d379bfeffe7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
proxysql requires fdescfs mounted.
If you have not yet enabled it, please do the following:
mount -t fdescfs fdesc /dev/fd
To make this change persist through reboots, you must edit /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
EOM
}
]
|