Mitigating Systemd

From Funtoo
Revision as of 21:24, December 8, 2014 by Hoverbear (talk | contribs) (→‎machined: Info.)
Jump to navigation Jump to search

Funtoo currently has no plans to migrate or adopt systemd as it's default init system. This does not prevent you from using systemd on your system. CoreOS, for example, is a systemd based system build on Gentoo.

For users not seeking to use systemd, that is, most Funtoo users, this page will serve both as the Funtoo development team's planning for the future, and information on how to avoid systemd in your system.

Components of systemd

systemd

Provides replacements for the following daemons or utilities:

consoled

Provides a user console daemon and handles Linux Virtual terminal support.

hostnamed

TODO.

journald

Provides logging functionality.

Provides replacement for the system logger.

machined

The daemon provides both a C library interface (which is shared with logind) as well as a D-Bus interface. The library interface may be used to introspect and watch the state of virtual machines/containers. The bus interface provides the same but in addition may also be used to register or terminate machines.

localed

TODO.

logind

Manages user logins and seats. Replaces No results.

networkd

Provides the facilities to perform various network configurations.

resolved

TODO.

systemd-shutdown

TODO.

timedated

Used to control various time related settings. Accessible through D-Bus.

timesyncd

TOD.

udevd

udev was merged into the systemd source tree.

libudev

The standard library for using No results.

Alternatives:

  • No results