History log of /systemd/units/system.slice
Revision Date Author Comments Expand
85ae4be4f12973a1930e3f95781d9af98322af00 11-Nov-2015 Lennart Poettering <lennart@poettering.net>

units: fix system.slice to require -.slice, instead of just want it

4ad490007b70e6ac18d3cb04fa2ed92eba1451fa 27-Jun-2013 Lennart Poettering <lennart@poettering.net>

core: general cgroup rework Replace the very generic cgroup hookup with a much simpler one. With this change only the high-level cgroup settings remain, the ability to set arbitrary cgroup attributes is removed, so is support for adding units to arbitrary cgroup controllers or setting arbitrary paths for them (especially paths that are different for the various controllers). This also introduces a new -.slice root slice, that is the parent of system.slice and friends. This enables easy admin configuration of root-level cgrouo properties. This replaces DeviceDeny= by DevicePolicy=, and implicitly adds in /dev/null, /dev/zero and friends if DeviceAllow= is used (unless this is turned off by DevicePolicy=).

/systemd/Makefile.am /systemd/TODO /systemd/src/core/cgroup-attr.c /systemd/src/core/cgroup-attr.h /systemd/src/core/cgroup-semantics.c /systemd/src/core/cgroup-semantics.h /systemd/src/core/cgroup.c /systemd/src/core/cgroup.h /systemd/src/core/dbus-cgroup.c /systemd/src/core/dbus-cgroup.h /systemd/src/core/dbus-execute.c /systemd/src/core/dbus-execute.h /systemd/src/core/dbus-manager.c /systemd/src/core/dbus-mount.c /systemd/src/core/dbus-service.c /systemd/src/core/dbus-slice.c /systemd/src/core/dbus-socket.c /systemd/src/core/dbus-swap.c /systemd/src/core/dbus-unit.c /systemd/src/core/dbus-unit.h /systemd/src/core/dbus.c /systemd/src/core/execute.c /systemd/src/core/execute.h /systemd/src/core/load-fragment-gperf.gperf.m4 /systemd/src/core/load-fragment.c /systemd/src/core/load-fragment.h /systemd/src/core/main.c /systemd/src/core/manager.c /systemd/src/core/manager.h /systemd/src/core/mount.c /systemd/src/core/mount.h /systemd/src/core/service.c /systemd/src/core/service.h /systemd/src/core/slice.c /systemd/src/core/slice.h /systemd/src/core/socket.c /systemd/src/core/socket.h /systemd/src/core/special.h /systemd/src/core/swap.c /systemd/src/core/swap.h /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/login/logind-machine.c /systemd/src/login/logind-session.c /systemd/src/login/logind-user.c /systemd/src/shared/cgroup-label.c /systemd/src/shared/cgroup-show.c /systemd/src/shared/cgroup-util.c /systemd/src/shared/cgroup-util.h /systemd/src/shared/fileio.c /systemd/src/shared/mkdir.c /systemd/src/shared/mkdir.h /systemd/src/systemctl/systemctl.c /systemd/src/test/test-cgroup.c -.slice slices.target system.slice
9444b1f20e311f073864d81e913bd4f32fe95cfd 20-Jun-2013 Lennart Poettering <lennart@poettering.net>

logind: add infrastructure to keep track of machines, and move to slices - This changes all logind cgroup objects to use slice objects rather than fixed croup locations. - logind can now collect minimal information about running VMs/containers. As fixed cgroup locations can no longer be used we need an entity that keeps track of machine cgroups in whatever slice they might be located. Since logind already keeps track of users, sessions and seats this is a trivial addition. - nspawn will now register with logind and pass various bits of metadata along. A new option "--slice=" has been added to place the container in a specific slice. - loginctl gained commands to list, introspect and terminate machines. - user.slice and machine.slice will now be pulled in by logind.service, since only logind.service requires this slice.

/systemd/Makefile.am /systemd/TODO /systemd/catalog/systemd.catalog /systemd/src/cgls/cgls.c /systemd/src/core/cgroup.c /systemd/src/core/dbus-manager.c /systemd/src/core/dbus-unit.c /systemd/src/core/manager.h /systemd/src/core/service.c /systemd/src/core/socket.c /systemd/src/core/special.h /systemd/src/core/unit-printf.c /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/login/loginctl.c /systemd/src/login/logind-dbus.c /systemd/src/login/logind-machine-dbus.c /systemd/src/login/logind-machine.c /systemd/src/login/logind-machine.h /systemd/src/login/logind-seat-dbus.c /systemd/src/login/logind-session-dbus.c /systemd/src/login/logind-session.c /systemd/src/login/logind-session.h /systemd/src/login/logind-user-dbus.c /systemd/src/login/logind-user.c /systemd/src/login/logind-user.h /systemd/src/login/logind.c /systemd/src/login/logind.h /systemd/src/login/sd-login.c /systemd/src/login/user-sessions.c /systemd/src/nspawn/nspawn.c /systemd/src/shared/cgroup-util.c /systemd/src/shared/cgroup-util.h /systemd/src/shared/unit-name.c /systemd/src/systemd/sd-bus.h /systemd/src/systemd/sd-messages.h /systemd/src/test/test-cgroup-util.c machine.slice system.slice systemd-logind.service.in user.slice
f2561e85982ed25b610cad6253599a051f9ec8e2 18-Jun-2013 Lennart Poettering <lennart@poettering.net>

units: add default units for system.slice, user.slice, machine.slice