aboutsummaryrefslogtreecommitdiffstats
path: root/main/xdm/xdm.initd
blob: 76531354fbdf5ec1e190ec73ec40788a1dab6284 (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 /etc/X11/xdm/Xresources.alpinelinux"
pidfile="/var/run/xdm.pid"

# uses the openrc templates for start()/stop()