Projects / systemd

systemd

systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.

Tags
Licenses
Operating Systems
Implementation
Translations

RSS Recent releases

Release Notes: The boot-time readahead implementation for rotating media will now read the read-ahead data in multiple passes which consist of all read requests made in equidistant time intervals.

  •  14 Mar 2013 18:56

Release Notes: Configuration of unit files may now be extended via drop-in files. systemctl gained a "list-dependencies" command. Resource limits can be controlled at runtime. The vconsole setup will apply font settings to all VTs.

  •  10 Jan 2013 03:36

Release Notes: Timer units now support calendar time events. udev now supports a number of different naming policies for network interfaces for predictable names. bootchart has been added to the systemd tree. A number of PolicyKit actions are now bound together with "imply" rules.

  •  21 Nov 2012 23:33

Release Notes: udev gained support for loading additional device properties from an indexed database keyed by dev identifiers. The Journal gained support for the "Message Catalog", an indexed database to link up additional information with journal entries.

  •  23 Oct 2012 22:50

Release Notes: This release supports the "--since" and "--until" options to filter by time. The journal daemon now supports time-based rotation. It will also index available field values for each field name.

RSS Recent comments

11 Apr 2013 20:22 zk1234 Thumbs up

4MLinux uses udev from systemd now, and this true that most of its dependencies (libdbus and so on) are needed to compile udev, but the "ready-made" udev works well without them. Nevertheless, UDEV IS A LOW LEVEL UTILITY, meaning that it should avoid "dependency hell" as much as possible.

23 Nov 2012 16:35 zk1234 Thumbs up

Merging udev into systemd was a stupid idea. Why not merge udev into Gnome ? If someone needs a small udev utility he will have to install Gnome first :-)

Screenshot

Project Spotlight

cvs-fast-export

Translation of an RCS file collection or CVS repository history as a fast-import stream.

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.