blob: 31186ce2d4598b36ce65bb1be83352f1d49f03dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/sbin/openrc-run
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()
|