feat: support set application's working directory

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-10-07 18:11:22 +08:00
committed by Comix
parent fb0fc0a8ee
commit 8970298ad0
6 changed files with 36 additions and 4 deletions

View File

@ -96,6 +96,9 @@
2. `env` (type s):
passing some specific environment variables to Launch
this application, eg. 'LANG=en_US;PATH=xxx:yyy;'
3. `path` (type s):
set this application's working directory, please pass
absoult directory path.
NOTE:
When application launched with `uid` option,
`env` option will not take effect at all."