ports/databases/proxysql/pkg-message
2024-09-23 19:21:24 -04:00

15 lines
315 B
Text

[
{ 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
}
]