blob: 4e560c3fcc20ac013d28e0637ffc0df965f0b11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/runscript
depends() {
needs localmount dbus
}
description="Lightweigh display manager"
command="/usr/sbin/lightdm"
command_background="yes"
pidfile="/var/run/lightdm.pid"
|