mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 11:51:16 +02:00
12 lines
183 B
Plaintext
Executable File
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"
|
|
|