From f38bbf90bb56b6bdc9c0bfeb70d84dfb23aa3c2f Mon Sep 17 00:00:00 2001 From: Felipe Cavalcanti Date: Tue, 24 Aug 2021 15:23:47 -0300 Subject: [PATCH] feat: add support to specifying start_dir to processes --- assets/web/apps.html | 16 ++++++++++++++++ sunshine/process.cpp | 25 +++++++++++++++++-------- sunshine/process.h | 2 ++ 3 files changed, 35 insertions(+), 8 deletions(-) diff --git a/assets/web/apps.html b/assets/web/apps.html index 812d5588..9dc6594a 100644 --- a/assets/web/apps.html +++ b/assets/web/apps.html @@ -150,6 +150,22 @@ that sleeps indefinitely + +
+ + +
+ The starting dir that should be passed to the process. + Some apps needs this set to find configuration files for example. + If not set, will default to the parent directory of the command +
+