mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
* fix(build): remove unused environment variables * chore(xenplatform): elf loader should async load the file
13 lines
233 B
Plaintext
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
|