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