Since WConfd is taking over the old masterd role, it is best to have it run as the old masterd user. A lot of the files (notably config.data and client.pem) are accessible by masterd-only.
This is really just to ease the transition from masterd to wconfd and get things working again and should be re-evaluated in the long run. This fixes issues #952 and #953. Signed-off-by: Apollon Oikonomopoulos <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29500fd..4aa371d 100644 --- a/configure.ac +++ b/configure.ac @@ -304,7 +304,7 @@ AC_ARG_WITH([user-prefix], user_metad="${withval}metad"; user_rapi="${withval}rapi"; user_confd="${withval}confd"; - user_wconfd="${withval}wconfd"; + user_wconfd="${withval}masterd"; user_kvmd="$user_default"; user_luxid="${withval}masterd"; user_noded="$user_default"; -- 2.1.0
