# session
#
# This service is started automatically by init to kick off X 

description	"session starting daemon"
author		"Rusty Lynch <rusty.lynch@intel.com>"

start on runlevel 2

exec su -l ume -c "/usr/bin/startx -- -config xorg-samsungq1ultra.conf"
respawn
