From f00e839d4a4763932deb9436836e43ffd05718ea Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 17 Jul 2022 19:11:54 -0400 Subject: addpkg: nonsystemd/gdm-openrc 20220104-1 Signed-off-by: David P --- nonsystemd/gdm-openrc/gdm.initd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nonsystemd/gdm-openrc/gdm.initd (limited to 'nonsystemd/gdm-openrc/gdm.initd') diff --git a/nonsystemd/gdm-openrc/gdm.initd b/nonsystemd/gdm-openrc/gdm.initd new file mode 100644 index 000000000..ecdad2164 --- /dev/null +++ b/nonsystemd/gdm-openrc/gdm.initd @@ -0,0 +1,17 @@ +#!/usr/bin/openrc-run + +supervisor=supervise-daemon +command="/usr/bin/gdm" + +depend() { + need localmount + + after bootmisc consolefont modules netmount + after readahead-list ypbind autofs openvpn gpm lircmd + after quota keymaps + before alsasound + want logind + use xfs + + provide xdm display-manager +} -- cgit v1.2.3