mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
fix(install): use /usr/sbin as install path and fix systemd dependency (#245)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/sbin/openrc-run
|
||||
description="Krata Isolation Engine"
|
||||
command="/usr/libexec/kratad"
|
||||
command="/usr/sbin/kratad"
|
||||
supervisor="supervise-daemon"
|
||||
output_log="/var/log/kratad.log"
|
||||
error_log="/var/log/kratad.err"
|
||||
|
Reference in New Issue
Block a user