#!/bin/sh

# do not start process in scratchbox
if [ ! -d /targets ]; then
    start --quiet n900-fmrx-enabler
fi

true

