Relative paths and the default working directory

pull/608/head
Next Turn 2020-08-06 15:48:24 +08:00 committed by GitHub
parent cd9958b87c
commit 973c2ff282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ Also, the service wrapper sets the environment variable `BASE` by itself, which
This is useful to refer to other files in the same directory. This is useful to refer to other files in the same directory.
Since this is an environment variable by itself, this value can be also accessed from the child process launched from the service wrapper. Since this is an environment variable by itself, this value can be also accessed from the child process launched from the service wrapper.
## Relative paths and the default working directory
Relative paths are resolved based on the [working directory](#working-directory).
The default working directory of the wrapper and it's child processes is the directory where the configuration file is located.
## Configuration entries ## Configuration entries
### id ### id