Yiyiyimu commented on issue #2342: URL: https://github.com/apache/apisix/issues/2342#issuecomment-700165182
> But anyway there is a more problem: currently there are two versions of etcd installed in CI, one is v3.2.17 installed from [apt](https://github.com/apache/apisix/blob/master/.github/workflows/build.yml#L32), and another one, which is what we need, v3.4.x from [source](https://github.com/apache/apisix/blob/master/utils/install-etcd.sh#L20). If we only install from source, we need to manually set daemon files for etcd, which may be ok for CI but not user-friendly at all. I know it would be a bad idea but could we use nohup to replace service or other daemon tools? I noticed the [recommended way for Debian](https://github.com/apache/apisix/blob/master/doc/install-dependencies.md#debian-9--10) is nohup ---------------------------------------------------------------- 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]
