History log of /systemd/src/import/org.freedesktop.import1.conf
Revision Date Author Comments Expand
b43d75c378d919900e5c1e82a82e3e17dd3de9f9 10-Dec-2015 Lennart Poettering <lennart@poettering.net>

importd: drop dkr support The current code is not compatible with current dkr protocols anyway, and dkr has a different focus ("microservices") than nspawn anyway ("whole machine containers"), hence drop support for it, we cannot reasonably keep this up to date, and it creates the impression we'd actually care for the microservices usecase.

a92ccc5ba22ec40fee560a46c478321d1c5df5af 23-Jan-2015 Lennart Poettering <lennart@poettering.net>

importd: fix bus policy

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.