Commit 08d93ed8 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

init: elogind support

elogind is the systemd project's "logind" extracted out to be a standalone service. It integrates with PAM to know the set of users that are logged in to a system and whether they are logged in graphically, on the console, or remotely.
parent 5fb451ec
+sysvinit: use/init/sysv; @:
+systemd: use/init/systemd/full; @:
+elogind: use/init/sysv/elogind; @:
# NB: the list name MUST be identical to init package name
use/init: use/pkgpriorities
......@@ -19,6 +20,10 @@ use/init/sysv/polkit: use/init/sysv
use/init/sysv/consolekit: use/init/sysv
@$(call add,THE_PACKAGES,ConsoleKit2-service ConsoleKit2-x11)
use/init/sysv/elogind: use/init/sysv
@$(call add,THE_PACKAGES,elogind bash-completion-elogind)
@$(call add,DEFAULT_SERVICES_ENABLE,elogind)
### i-f should be dropped as soon as rootfs scripts are effective there
use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment