big-r81 commented on code in PR #4240:
URL: https://github.com/apache/couchdb/pull/4240#discussion_r1004707314
##########
src/couch/src/couch_sup.erl:
##########
@@ -168,3 +169,8 @@ write_file(FileName, Contents) ->
couch_log:error("Failed ot write ~s :: ~s", Args),
throw({error, Reason})
end.
+
+start_password_server() ->
+ couch_log:info("Password Server Process is starting.~n", []),
+ couch_password_server:start_link(),
+ ok.
Review Comment:
So, put it into Children of `couch_primary_services`, or where to add?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]