Files
krata/resources/openrc/kratad

13 lines
233 B
Plaintext
Raw Normal View History

2024-03-10 00:22:24 +00:00
#!/sbin/openrc-run
description="Krata Isolation Engine"
2024-03-10 00:22:24 +00:00
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