mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
11 lines
150 B
Plaintext
Executable File
11 lines
150 B
Plaintext
Executable File
#!/sbin/runscript
|
|
|
|
depends() {
|
|
needs localmount dbus
|
|
}
|
|
|
|
description="K Display Manager"
|
|
command="/usr/bin/kdm -nodaemon"
|
|
pidfile="/var/run/kdm.pid"
|
|
|