]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
machined: split out machine registration stuff from logind
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Jul 2013 01:47:23 +0000 (03:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Jul 2013 01:47:23 +0000 (03:47 +0200)
commit1ee306e1248866617c96ed9f4263f375588ad838
treeebcb5678d4236ea8a8afc30c6164a4b4f51a03bd
parent374ec6abf31ada6ca554cc8ea99b282373fac010
machined: split out machine registration stuff from logind

Embedded folks don't need the machine registration stuff, hence it's
nice to make this optional. Also, I'd expect that machinectl will grow
additional commands quickly, for example to join existing containers and
suchlike, hence it's better keeping that separate from loginctl.
23 files changed:
.gitignore
Makefile.am
configure.ac
src/login/loginctl.c
src/login/logind-dbus.c
src/login/logind-user.c
src/login/logind.c
src/login/logind.h
src/machine/Makefile [new symlink]
src/machine/machine-dbus.c [moved from src/login/logind-machine-dbus.c with 93% similarity]
src/machine/machine.c [moved from src/login/logind-machine.c with 96% similarity]
src/machine/machine.h [moved from src/login/logind-machine.h with 90% similarity]
src/machine/machinectl.c [new file with mode: 0644]
src/machine/machined-dbus.c [new file with mode: 0644]
src/machine/machined.c [new file with mode: 0644]
src/machine/machined.h [new file with mode: 0644]
src/machine/org.freedesktop.machine1.conf [new file with mode: 0644]
src/machine/org.freedesktop.machine1.service [new file with mode: 0644]
src/nspawn/nspawn.c
tmpfiles.d/systemd.conf
units/.gitignore
units/systemd-logind.service.in
units/systemd-machined.service.in [new file with mode: 0644]