The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Mitigating Systemd"
(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 | 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 | 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 | Provides replacement for the [[Installing a Logger|system logger]]. | ||
=== localed === | === localed === | ||
Line 29: | Line 38: | ||
=== logind === | === logind === | ||
Manages user logins and seats. Replaces | 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:
- No results
- No results
- No results
- sys-power/acpid
- syslog
- No results
- cron
- atd
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