Files
krata/resources/openrc/kratad
2024-06-23 02:27:57 -07: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