#! /bin/sh

RCLOG_SERVER=https://liberty.logs.roku.com/cgi-bin/putlog

# HACK: Turn off armcap checking in openssl to allow rclogd to run.
# Specifying "1" here causes ARMV7_NEON to be supported, but avoids
# checking for ARMV7_TICK, which ends up causing a segfault due to a
# dynamic linking issue.
nice rclogd "$RCLOG_SERVER" &
