From: Davin McCall Date: Sat, 20 Oct 2018 14:16:31 +0000 (+0100) Subject: docs: prefer elogind to ConsoleKit2 X-Git-Tag: v0.4.0~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5475e04b690dc3db52f5f648b5b99e49f608c15b;p=oweals%2Fdinit.git docs: prefer elogind to ConsoleKit2 --- diff --git a/doc/linux/DINIT-AS-INIT.md b/doc/linux/DINIT-AS-INIT.md index 8d047d1..c825fc4 100644 --- a/doc/linux/DINIT-AS-INIT.md +++ b/doc/linux/DINIT-AS-INIT.md @@ -154,8 +154,10 @@ boot time). # Optional packages for building a Dinit-based system -ConsoleKit2, to act as seat/sesion manager (functionality otherwise -provided by Systemd): +elogind, to act as seat/session manager (extracted from Systemd's logind): +https://github.com/elogind/elogind + +Alternatively, ConsoleKit2: https://github.com/ConsoleKit2/ConsoleKit2 cgmanager, the control group manager; you probably want this if you use @@ -166,5 +168,5 @@ https://github.com/lxc/cgmanager I expect that v2 cgroups together with cgroup namespaces as found in newer kernels will render it obselete). -Both ConsoleKit2 and cgmanager use Dbus: +The above use Dbus: https://dbus.freedesktop.org/