summaryrefslogtreecommitdiff
path: root/nonsystemd/gdm-openrc/gdm.initd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-07-17 19:11:54 -0400
committerDavid P <megver83@parabola.nu>2022-07-17 19:11:54 -0400
commitf00e839d4a4763932deb9436836e43ffd05718ea (patch)
tree798e75608bd117d2cf2798b5befb841a8e18cbe1 /nonsystemd/gdm-openrc/gdm.initd
parenta540c3434c185b7e4ffe8395884892c3e75173bb (diff)
downloadabslibre-f00e839d4a4763932deb9436836e43ffd05718ea.tar.gz
abslibre-f00e839d4a4763932deb9436836e43ffd05718ea.tar.bz2
abslibre-f00e839d4a4763932deb9436836e43ffd05718ea.zip
addpkg: nonsystemd/gdm-openrc 20220104-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/gdm-openrc/gdm.initd')
-rw-r--r--nonsystemd/gdm-openrc/gdm.initd17
1 files changed, 17 insertions, 0 deletions
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
+}