aports/testing/lightdm/lightdm.initd

12 lines
183 B
Plaintext
Executable File

#!/sbin/runscript
depends() {
needs localmount dbus
}
description="Lightweigh display manager"
command="/usr/sbin/lightdm"
command_background="yes"
pidfile="/var/run/lightdm.pid"