chore(xenplatform): elf loader should async load the file (#197)

* fix(build): remove unused environment variables

* chore(xenplatform): elf loader should async load the file
This commit is contained in:
Alex Zenla
2024-06-23 05:57:01 -07:00
committed by GitHub
parent 6c3fc54688
commit 9a45d754bf
8 changed files with 25 additions and 25 deletions

View File

@ -7,7 +7,7 @@ remove_service_if_exists() {
UNIT_PATH="$(systemctl show -P FragmentPath "${1}")"
if [ -f "${UNIT_PATH}" ]
then
echo "[WARN] disabling removing systemd unit ${UNIT_PATH}" > /dev/stderr
echo "[WARN] disabling and removing systemd unit ${UNIT_PATH}" > /dev/stderr
systemctl disable --now "${1}" || true
rm "${UNIT_PATH}"
fi

View File

@ -1,5 +1,5 @@
#!/sbin/openrc-run
description="Krata Control Daemon"
description="Krata Isolation Engine"
command="/usr/libexec/kratad"
supervisor="supervise-daemon"
output_log="/var/log/kratad.log"

View File

@ -1,5 +1,5 @@
[Unit]
Description=Krata Control Daemon
Description=Krata Isolation Engine
[Service]
Restart=on-failure

View File

@ -1,5 +1,5 @@
[Unit]
Description=Krata Networking Daemon
Description=Krata Networking Engine
[Service]
Wants=kratad.service