Files
ports/main/lightdm/run.lightdm
2022-12-05 12:03:49 +00:00

6 lines
139 B
Bash

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