mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
13 lines
231 B
Plaintext
13 lines
231 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 xenstored
|
|
}
|
|
|
|
export RUST_LOG=info
|