mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
#!/sbin/openrc-run
|
|
description="Krata Isolation Engine"
|
|
command="/usr/sbin/kratad"
|
|
supervisor="supervise-daemon"
|
|
output_log="/var/log/kratad.log"
|
|
error_log="/var/log/kratad.err"
|
|
|
|
depend() {
|
|
use xenstored
|
|
}
|
|
|
|
export RUST_LOG=info
|