#!/sbin/openrc-run
supervisor=supervise-daemon

name="Display Manager"
description="Lightweight $name"

command=/usr/bin/lightdm

depend() {
	provide display-manager
	need localmount dbus
}

start_pre() {
	checkpath --owner lightdm:lightdm --directory /run/lightdm
}

