mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
fix(install): use /usr/sbin as install path and fix systemd dependency (#245)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
[Unit]
|
||||
Description=Krata Networking Engine
|
||||
|
||||
[Service]
|
||||
Wants=kratad.service
|
||||
After=kratad.service
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/kratanet
|
||||
|
Reference in New Issue
Block a user