summaryrefslogtreecommitdiff
path: root/nonsystemd/lightdm-openrc/lightdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/lightdm-openrc/lightdm.initd')
-rw-r--r--nonsystemd/lightdm-openrc/lightdm.initd16
1 files changed, 16 insertions, 0 deletions
diff --git a/nonsystemd/lightdm-openrc/lightdm.initd b/nonsystemd/lightdm-openrc/lightdm.initd
new file mode 100644
index 000000000..2eace0436
--- /dev/null
+++ b/nonsystemd/lightdm-openrc/lightdm.initd
@@ -0,0 +1,16 @@
+#!/usr/bin/openrc-run
+
+supervisor=supervise-daemon
+command="/usr/bin/lightdm"
+
+depend() {
+ need localmount
+
+ after bootmisc consolefont modules netmount
+ after ypbind autofs openvpn gpm lircmd
+ after quota keymaps acpid
+ before alsasound
+ want logind
+ use xfs
+ provide xdm display-manager
+}