description "headset-control daemon"
author "Faheem Pervez"

start on started hildon-desktop
stop on stopping dbus

console none

pre-start script

	/usr/sbin/waitdbus system

end script

script

	source /etc/osso-af-init/af-defines.sh
	exec /usr/bin/headset-control &

end script
