diff options
Diffstat (limited to 'nonsystemd/elogind/elogind.sv.initd')
-rw-r--r-- | nonsystemd/elogind/elogind.sv.initd | 12 |
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 +} |