When a configuration include is a relative path, load it from either the current working directory or from the directory containing the file doing the including (#532).

This commit is contained in:
Dan Helfman
2022-05-19 17:15:05 -07:00
parent cd234b689d
commit 788281cfb9
5 changed files with 165 additions and 29 deletions
+3
View File
@@ -1,4 +1,7 @@
1.6.1.dev0
* #532: When a configuration include is a relative path, load it from either the current working
directory or from the directory containing the file doing the including. (Previously, only the
working directory was used.)
* Add a randomized delay to the sample systemd timer to spread out the load on a server.
1.6.0