Leaf API fails to start #410
Unanswered
artgoldberg
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
I resolved the problem. When running in a bash shell, the environment variables need to be exported so that they're available in the dotnet process that gets launched. E.g., to make |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks
I'm following the Leaf installation directions. In step 8a
systemctl start leaf_api.servicefails to start the Leaf API. This is the error reported bysystemctl status:It appears that creation of the log fails because
Environment.GetEnvironmentVariable(Config.Logging.Directory)is null. For more details see the attached debugging data, which contains slightly annotated copies of terminal interactions.My hypothesis is that
leaf_api.service.confshould not be empty, but I see no instructions on what it should contain.Regards
Arthur
2021-05-08_debug.txt
Beta Was this translation helpful? Give feedback.
All reactions