mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
fix: service files should have kratanet depend on kratad (#18)
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
Description=Krata Networking Daemon
|
||||
|
||||
[Service]
|
||||
Wants=kratad.service
|
||||
After=kratad.service
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
ExecStart=/usr/libexec/kratanet
|
||||
|
Reference in New Issue
Block a user