aboutsummaryrefslogtreecommitdiffstats
path: root/community/elogind/elogind.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/elogind/elogind.initd')
-rw-r--r--community/elogind/elogind.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/elogind/elogind.initd b/community/elogind/elogind.initd
new file mode 100644
index 0000000000..eea8a665fc
--- /dev/null
+++ b/community/elogind/elogind.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+name="System login manager"
+description="System service that manages user logins"
+
+command=/usr/libexec/elogind/elogind
+
+depend() {
+ need dbus
+
+ # Make sure we start before any other display manager
+ before xdm lxdm sddm gdm
+}