# gdm
#
# start gdm

start on runlevel 2

script

	/etc/init.d/gdm start

end script

