Systemd/units/user
Daniel Mack 63cc4c3138 sd-bus: sync with kdbus upstream (ABI break)
kdbus has seen a larger update than expected lately, most notably with
kdbusfs, a file system to expose the kdbus control files:

 * Each time a file system of this type is mounted, a new kdbus
   domain is created.

 * The layout inside each mount point is the same as before, except
   that domains are not hierarchically nested anymore.

 * Domains are therefore also unnamed now.

 * Unmounting a kdbusfs will automatically also detroy the
   associated domain.

 * Hence, the action of creating a kdbus domain is now as
   privileged as mounting a filesystem.

 * This way, we can get around creating dev nodes for everything,
   which is last but not least something that is not limited by
   20-bit minor numbers.

The kdbus specific bits in nspawn have all been dropped now, as nspawn
can rely on the container OS to set up its own kdbus domain, simply by
mounting a new instance.

A new set of mounts has been added to mount things *after* the kernel
modules have been loaded. For now, only kdbus is in this set, which is
invoked with mount_setup_late().
2014-11-13 20:41:52 +01:00
..
.gitignore consoled: add a unit file 2014-10-04 13:19:18 +02:00
basic.target units: remove RefuseManualStart from units which are always around 2014-06-28 00:06:30 -04:00
default.target core: --user -- add basic.target an sort against it like --system does 2014-01-07 01:35:25 +08:00
exit.target units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx 2012-06-25 14:28:50 +02:00
Makefile drop support for MANAGER_SESSION, introduce MANAGER_USER instead 2010-11-15 22:13:26 +01:00
systemd-bus-proxyd.socket bus-proxyd: --user -- add Accept=yes to socket 2014-01-07 06:44:55 +08:00
systemd-bus-proxyd@.service.in sd-bus: sync with kdbus upstream (ABI break) 2014-11-13 20:41:52 +01:00
systemd-consoled.service.in consoled: add a unit file 2014-10-04 13:19:18 +02:00
systemd-exit.service.in units: use numerig signal for killing systemd, to avoid incompatibilities with procps/util-linux kill 2012-10-23 00:12:33 +02:00