From 7e54de3eafd00a6299e7610466dbce7923d27762 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 8 Sep 2017 22:14:48 +0200 Subject: [PATCH] move chdir --- Job-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Job-configuration.md b/Job-configuration.md index 488d0da..5370b41 100644 --- a/Job-configuration.md +++ b/Job-configuration.md @@ -218,6 +218,7 @@ in the job config file. - _output_ -- true/false, if true then output from stdout and stderr (in that order) will be written in `result.yaml`, limitation on length defined in worker configuration + - _chdir_ -- this will be working directory of executed application - _limits_ -- list of limits which can be passed to sandbox, can be omitted, in that case defaults will be used - **hw-group-id** -- determines specific limits for specific @@ -235,7 +236,6 @@ in the job config file. - _disk-files_ -- number of files which can be opened - _environ-variable_ -- wrapper for map of environmental variables, union with default worker configuration - - _chdir_ -- this will be working directory of executed application - _bound-directories_ -- list of structures representing directories which will be visible inside sandbox, union with default worker configuration. Contains 3 suboptions: **src** -- source pointing