History log of /systemd/src/import/org.freedesktop.import1.service
Revision Date Author Comments Expand
3d7415f43f0fe6a821d7bc4a341ba371e8a30ef3 22-Jan-2015 Lennart Poettering <lennart@poettering.net>

import: introduce new mini-daemon systemd-importd, and make machinectl a client to it The old "systemd-import" binary is now an internal tool. We still use it as asynchronous backend for systemd-importd. Since the import tool might require some IO and CPU resources (due to qcow2 explosion, and decompression), and because we might want to run it with more minimal priviliges we still keep it around as the worker binary to execute as child process of importd. machinectl now has verbs for pulling down images, cancelling them and listing them.