mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
6 lines
139 B
Bash
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
|