summaryrefslogtreecommitdiff
path: root/nonsystemd/elogind/elogind.sv.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/elogind/elogind.sv.initd')
-rw-r--r--nonsystemd/elogind/elogind.sv.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/nonsystemd/elogind/elogind.sv.initd b/nonsystemd/elogind/elogind.sv.initd
deleted file mode 100644
index 79194b2bb..000000000
--- a/nonsystemd/elogind/elogind.sv.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-}