[
{
  type: install
  message: <<EOM
To suppress invalid syscall messages in the kernel log while running
opencode(1), add the following to /etc/sysctl.conf:

    compat.linux.debug=0

Or apply it immediately without rebooting:

    sysctl compat.linux.debug=0

If you are installing Linux emulation for this port:
    sysrc linux_enable=YES
    service linux start
EOM
}
]
