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

In order for logging to function, you must restart syslogd:

# service syslogd restart
EOM
}
]