shouldn't need that anymore

old-commit-hash: 0a69c929674d441febb2cbdc9b005ceb6531efbf
This commit is contained in:
Adeeb Shihadeh
2021-02-01 13:13:57 -08:00
parent 0b4151df44
commit 3469fb0c62
-4
View File
@@ -268,10 +268,6 @@ def register_managed_process(name, desc, car_started=False):
def nativelauncher(pargs, cwd):
# exec the process
os.chdir(cwd)
# because when extracted from pex zips permissions get lost -_-
os.chmod(pargs[0], 0o700)
os.execvp(pargs[0], pargs)
def start_managed_process(name):