mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
os: build bootable images
This commit is contained in:
12
resources/openrc/kratanet
Normal file
12
resources/openrc/kratanet
Normal file
@ -0,0 +1,12 @@
|
||||
#!/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
|
Reference in New Issue
Block a user