machined: make "machinectl copy-to" and "machinectl copy-from" server side operations

System Internals / systemd - Lennart Poettering [poettering.net] - 17 February 2015 12:22 UTC

This way, any bus client can make use of these calls.

0370612 machined: make "machinectl copy-to" and "machinectl copy-from" server side operations
src/machine/machine-dbus.c | 180 +++++++++++++++++++++++++++++++++++++++++++
src/machine/machine-dbus.h | 1 +
src/machine/machine.c | 25 ++++++
src/machine/machine.h | 17 ++++
src/machine/machinectl.c | 138 +++------------------------------
src/machine/machined-dbus.c | 27 ++++++-
src/machine/machined.c | 2 +
7 files changed, 262 insertions(+), 128 deletions(-)

Upstream: github.com


  • Share