mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
14 lines
211 B
Plaintext
Executable File
14 lines
211 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depends() {
|
|
needs localmount
|
|
}
|
|
|
|
description="X Display Manager"
|
|
command="/usr/bin/xdm"
|
|
command_args="${xdm_opts}"
|
|
pidfile="/var/run/xdm.pid"
|
|
|
|
# uses the openrc templates for start()/stop()
|
|
|