mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
![]() |
#!/sbin/openrc-run
|
||
|
description="Krata Control Daemon"
|
||
|
command="/usr/libexec/kratad"
|
||
|
supervisor="supervise-daemon"
|
||
|
output_log="/var/log/kratad.log"
|
||
|
error_log="/var/log/kratad.err"
|
||
|
|
||
|
depend() {
|
||
|
use xenconsoled
|
||
|
use xenstored
|
||
|
}
|
||
|
|
||
|
export RUST_LOG=info
|