Difference between revisions of "Mitigating Systemd"

From Funtoo
Jump to navigation Jump to search
(Basic fleshing out.)
 
(More links.)
Line 1: Line 1:
Funtoo currently has no plans to migrate or adopt systemd as it's default init system. This doe '''not''' prevent you from using systemd on your system. [https://coreos.com/ CoreOS], for example, is a systemd based system build on Gentoo.  
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. [https://coreos.com/ 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.
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.
Line 7: Line 7:
=== systemd ===
=== systemd ===


Provides replacements for the following daemons or utilities: sysvinit, pm-utils, inetd, acpid, syslog, watchdog, cron, atd.
Provides replacements for the following daemons or utilities:
 
* {{Package|sys-apps/sysvinit}}
* {{Package|sys-power/pm-utils}}
* {{Package|virtual/inetd}}
* {{Package|sys-power/acpid}}
* [[Installing a Logger|syslog]]
* {{Package|sys-apps/watchdog}}
* [[Installing a Cron Daemon|cron]]
* atd


=== consoled ===
=== consoled ===
Line 21: Line 30:
Provides logging functionality.
Provides logging functionality.


Provides replacements for the the following daemons: syslog-ng, rsyslog
Provides replacement for the [[Installing a Logger|system logger]].


=== localed ===
=== localed ===
Line 29: Line 38:
=== logind ===
=== logind ===


Manages user logins and seats. Replaces Consolekit.
Manages user logins and seats. Replaces {{Package|sys-auth/consolekit}}.


=== networkd ===
=== networkd ===
Line 57: Line 66:
=== libudev ===
=== libudev ===


The standard library for using udev.
The standard library for using {{Package|sys-fs/udev}}.
 
Alternatives:
* {{Package|sys-fs/eudev}}

Revision as of 18:43, December 8, 2014

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.

localed

TODO.

logind

Manages user logins and seats. Replaces No results.

networkd

Provides the facilities to perform various network configurations.

resolved

TODO.

shutdownd

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