aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xdm/xdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xdm/xdm.initd')
-rwxr-xr-xtesting/xdm/xdm.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/xdm/xdm.initd b/testing/xdm/xdm.initd
new file mode 100755
index 0000000000..e41788f480
--- /dev/null
+++ b/testing/xdm/xdm.initd
@@ -0,0 +1,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()
+