han6565 commented on issue #4243: URL: https://github.com/apache/apisix/issues/4243#issuecomment-840972956
> > I think you need to set `$PWD` to `/usr/local/apisix` > > Yes that would be better. Adding `WorkingDirectory=/usr/local/apisix` could make it work. ``` WorkingDirectory=/usr/local/apisix ExecStart=/usr/local/apisix/bin/apisix start ``` It's worked,thank's your help -- 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. For queries about this service, please contact Infrastructure at: [email protected]
