From cfe015e9dd7ad185c48ac43304ce2b9a2dd88952 Mon Sep 17 00:00:00 2001 From: SugoiDogo Date: Tue, 24 Jan 2023 12:53:45 -0700 Subject: [PATCH] Update oci-import.sh --- oci-import.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oci-import.sh b/oci-import.sh index 2694534..1d037b9 100755 --- a/oci-import.sh +++ b/oci-import.sh @@ -34,6 +34,7 @@ nspawn_config=/etc/systemd/nspawn/$hostname.nspawn cat << end > "$nspawn_config" [Exec] ProcessTwo=true +PrivateUsers=false end for environment in $(jq --compact-output '.process.env' "$oci_config" | sed "s/[][]//g;s/\"//g;s/,/ /g") @@ -87,4 +88,4 @@ fi cat << end Start/Enable with systemd-nspawn@$hostname.service $hostname created from $source -end \ No newline at end of file +end