Difference between pages "Mitigating Systemd" and "Form:Organization"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (→‎timedated: Added description.)
 
 
Line 1: Line 1:
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.
<noinclude>
__NOTOC__


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.
== Add a New Organization ==


== Components of systemd ==
{{#forminput:form=Organization|query string=namespace=Organization}}
</noinclude><includeonly>
{{{for template|Organization}}}
{{TableStart}}
<tr><th class="active">Homepage</th><td> {{{field|Homepage|property=Homepage|input type=text|placeholder=Specify your organization's Web site URL.}}} </td></tr>
<tr><th class="active">Summary</th><td> {{{field|Summary|property=Summary|input type=textarea|placeholder=Summary of your organization.}}} </td></tr>
<tr><th class="active">Funtoo-related Services</th><td> {{{field|Funtoo services|property=Funtoo services|input type=textarea|placeholder=What Funtoo-related services do you offer?}}} </td></tr>
<tr><th class="active">Services</th><td> {{{field|Services|property=Services|input type=textarea|placeholder=What is a general summary of your full service offerings?}}} </td></tr>
{{TableEnd}}


=== systemd ===
== Location ==


Provides replacements for the following daemons or utilities:
{{TableStart}}
<tr><th class="active">Geographic Coordinates</th><td>
This section can be used to identify your geographic location. Enter the name of the location (either as an address or in City, State format) into the ''second field'', and click '''Look up Coordinates'''. Geographic Coordinates will then be automatically be placed in the first field.


* {{Package|sys-apps/sysvinit}}
{{{field
* {{Package|sys-power/pm-utils}}
| Geoloc
* {{Package|virtual/inetd}}
| input type=googlemaps
* {{Package|sys-power/acpid}}
| height=300
* [[Installing a Logger|syslog]]
| width=100%
* {{Package|sys-apps/watchdog}}
| autozoom=off
* [[Installing a Cron Daemon|cron]]
| zoom=2
* atd
}}} </td></tr>
<tr><th class="active">Location name</th><td>{{{field|Location name|list}}}</td></tr>
{{TableEnd}}


=== consoled ===
{{{end template}}}


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


=== [http://www.freedesktop.org/wiki/Software/systemd/hostnamed/ hostnamed] ===
Enter documentation or extended information for the organization below. If you need to add more complex wikitext, use the "Edit" button after saving this page, and enter your wiki text at the bottom. This allows you to provide rich documentation content for the repository.


This is a tiny daemon that can be used to control the host name and related machine meta data from user programs. It currently offers access to five variables:
{{{standard input|free text|rows=30}}}


* The current host name (Example: dhcp-192-168-47-11)
{{{for template|OrganizationFooter}}}
* The static (configured) host name (Example: lennarts-computer)
{{{end template}}}
* The pretty host name (Example: Lennart's Computer)
* A suitable icon name for the local host (Example: computer-laptop)
* A chassis type (Example: "tablet")


=== journald ===
{{{standard input|summary}}}


Provides logging functionality.
{{{standard input|minor edit}}} {{{standard input|watch}}}


Provides replacement for the  [[Installing a Logger|system logger]].
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
 
=== [http://www.freedesktop.org/wiki/Software/systemd/machined/ 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.
 
=== [http://www.freedesktop.org/wiki/Software/systemd/logind/ logind] ===
 
Manages user logins and seats. Replaces {{Package|sys-auth/consolekit}}.
 
=== networkd ===
 
Provides the facilities to perform various network configurations.
 
=== resolved ===
 
TODO.
 
=== [http://www.freedesktop.org/software/systemd/man/systemd-halt.service.html systemd-shutdown] ===
 
TODO.
 
=== [http://www.freedesktop.org/wiki/Software/systemd/timedated/ timedated]  ===
 
This is a tiny daemon that can be used to control the system time and related settings. It currently offers access to four settings:
 
* The system time
* The system timezone
* A boolean controlling whether the system RTC is in local or UTC timezone
* Whether the systemd-timesyncd.service (NTP) services is enabled/started or disabled/stopped.
 
=== timesyncd ===
 
TOD.
 
=== udevd ===
 
udev was merged into the systemd source tree.
 
=== libudev ===
 
The standard library for using {{Package|sys-fs/udev}}.
 
Alternatives:
* {{Package|sys-fs/eudev}}

Revision as of 21:57, January 7, 2015


Add a New Organization