#!/bin/bash
if [ -n "$UID" -a "$UID" != 0 ]; then
	FMRadio >/dev/null 2>&1 &
fi
exit
. get_root
v renice -19 $(pidof pulseaudio)
v renice -15 $(pidof n900-fmrx-enabler)
v renice -15 $( COLUMNS=10000 ps uax -u user | grep '[F]MRadio' | awk '{print $2}' )
