mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 09:44:53 +00:00
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
install -d -m0711 -olightdm -glightdm /run/lightdm
|
|
exec lightdm
|