From d8587c90a7283de7cfb376a4b9c1bdd03e980cd8 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 19:26:35 -0300 Subject: community/xdm: move from main --- community/xdm/xdm.initd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 community/xdm/xdm.initd (limited to 'community/xdm/xdm.initd') diff --git a/community/xdm/xdm.initd b/community/xdm/xdm.initd new file mode 100644 index 0000000000..7e13d5a085 --- /dev/null +++ b/community/xdm/xdm.initd @@ -0,0 +1,17 @@ +#!/sbin/openrc-run + +supervisor=supervise-daemon + +name="Display Manager" +description="X Display Manager" + +command=/usr/bin/xdm +command_args="${xdm_opts}" +command_args_foreground="-nodaemon" + +depends() { + needs localmount +} + +# uses the openrc templates for start()/stop() + -- cgit v1.2.3