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