aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Use /proc/self/exe to execute nested auraed #426

Closed izissise closed 1 year ago

izissise commented 1 year ago

Use /proc/self/exe symlink to execute another auraed process. Previously, if auraed binary isn't in $PATH commands lookup would not find the auraed binary.