krata/resources/openrc/kratad
Alex Zenla 9a45d754bf
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
2024-06-23 12:57:01 +00:00

13 lines
233 B
Plaintext

#!/sbin/openrc-run
description="Krata Isolation Engine"
command="/usr/libexec/kratad"
supervisor="supervise-daemon"
output_log="/var/log/kratad.log"
error_log="/var/log/kratad.err"
depend() {
use xenstored
}
export RUST_LOG=info