mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 22:12:36 +00:00

lxc-copy can start container as lxc-start does in some cases, so we need to have the same profile for it. Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
#include <tunables/global>
|
|
|
|
/usr/bin/lxc-copy flags=(attach_disconnected) {
|
|
#include <abstractions/lxc/start-container>
|
|
}
|