summaryrefslogtreecommitdiff
path: root/nonsystemd/elogind/elogind.sv.initd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-07-06 16:35:58 -0400
committerDavid P <megver83@parabola.nu>2021-07-06 16:35:58 -0400
commit9d57929815bb37ac02b0bc850065d8bcd8d6270c (patch)
tree8808e005aeb40528a48694c57fdef42bcbac7284 /nonsystemd/elogind/elogind.sv.initd
parent9fcc0c4460ac80a3c18a86549aa368bcecf5988c (diff)
downloadabslibre-9d57929815bb37ac02b0bc850065d8bcd8d6270c.tar.gz
abslibre-9d57929815bb37ac02b0bc850065d8bcd8d6270c.tar.bz2
abslibre-9d57929815bb37ac02b0bc850065d8bcd8d6270c.zip
updpkg: nonsystemd/elogind 246.10-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/elogind/elogind.sv.initd')
-rw-r--r--nonsystemd/elogind/elogind.sv.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/elogind/elogind.sv.initd b/nonsystemd/elogind/elogind.sv.initd
new file mode 100644
index 000000000..79194b2bb
--- /dev/null
+++ b/nonsystemd/elogind/elogind.sv.initd
@@ -0,0 +1,12 @@
+#!/usr/bin/openrc-run
+# Copyright 2021 Artix Linux
+# Distributed under the terms of the GNU General Public License v2
+
+supervisor=supervise-daemon
+command="/usr/lib/elogind/elogind"
+
+depend() {
+ need dbus
+ provide logind
+ before xdm
+}