mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
3d7415f43f
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.
15 lines
471 B
Plaintext
15 lines
471 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Virtual Machine and Container Download Service Bus Name
|
|
Documentation=man:systemd-importd.service(8)
|
|
|
|
[BusName]
|
|
Service=systemd-importd.service
|
|
AllowWorld=talk
|