aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xdm/xdm.initd
blob: e41788f480c875b1b63906587e78688b14f96264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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()