fix: service files should have kratanet depend on kratad (#18)

This commit is contained in:
Alex Zenla 2024-04-04 16:44:57 -07:00 committed by GitHub
parent ae486e347f
commit 19683b80c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,6 @@ output_log="/var/log/kratad.log"
error_log="/var/log/kratad.err"
depend() {
use xenconsoled
use xenstored
}

View File

@ -6,7 +6,7 @@ output_log="/var/log/kratanet.log"
error_log="/var/log/kratanet.err"
depend() {
use xenstored
use kratad
}
export RUST_LOG=info

View File

@ -2,6 +2,8 @@
Description=Krata Networking Daemon
[Service]
Wants=kratad.service
After=kratad.service
Restart=on-failure
Type=simple
ExecStart=/usr/libexec/kratanet