commit | 2746e0c0e6caac95e1b690b3757623e81470c370 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 25 23:22:24 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 01 16:07:41 2025 -0400 |
tree | 2f046de594804749f70f785be4fe135df085391f | |
parent | 16f0efa1d937ffd1565282cfc30231e160b36a42 [diff] |
user-mgr: convert boost::process::child to fork/execv Boost process v1 is deprecated and removed in the next version of Boost. process v2 is async-only and cannot easily be replaced with the current usages. Switch to use raw fork/execv calls instead, which is what boost would have done internally. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia802cc5428b37dbe428bf1f8befcac168ff3262b