#!/usr/bin/env bash # Copyright (c) Edgeless Systems GmbH # # SPDX-License-Identifier: AGPL-3.0-only set -euxo pipefail # recreate kubelet systemd unit after reboot. # tmpfile config has to be written late as it interferes with the systemd-nspawn build environment cat >"${BUILDROOT}/usr/lib/tmpfiles.d/kubelet-service.conf" <