#!/sbin/openrc-run

depends() {
	needs localmount
}

description="X Display Manager"
command="/usr/bin/xdm"
command_args="${xdm_opts}"
pidfile="/var/run/xdm.pid"

# uses the openrc templates for start()/stop()

