mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
14 lines
249 B
Plaintext
Executable File
14 lines
249 B
Plaintext
Executable File
#!/sbin/runscript
|
|
|
|
depends() {
|
|
needs localmount
|
|
}
|
|
|
|
description="X Display Manager"
|
|
command="/usr/bin/xdm"
|
|
command_args="-resources /usr/lib/X11/xdm/Xresources.alpinelinux"
|
|
pidfile="/var/run/xdm.pid"
|
|
|
|
# uses the openrc templates for start()/stop()
|
|
|