#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
install -d -m0711 -olightdm -glightdm /run/lightdm
[ -f ./conf ] && . ./conf
exec lightdm
