#!/bin/sh

echo -n "Starting GLAM keyd ..."
echo -n ""

export LD_LIBRARY_PATH=/opt/usr/lib
exec /usr/bin/keyd

