Removing chdir in fdbmonitor
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
fdbmonitor has a step to change its directory to the root before spawning its child processes. This prevents us from using relative paths in the fdbmonitor conf, because it is looking for them relative to the root. Do we need this chdir step?
Contributor guide
Assessment
This issue has not been assessed yet.