summaryrefslogtreecommitdiff
path: root/nonsystemd/elogind-openrc/elogind.sv.initd
blob: 79194b2bb1ed99ed4d0dec69fd037394dbbffe23 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}