help wantedusability
倉庫指標
- 星標
- (47,419 顆星)
- PR 合併指標
- (平均合併 2天 2小時) (30 天內合併 1,000 個 PR)
描述
Describe the issue
Using the plist file to run the ClickHouse server via the brew services start or launchctl command.
For the macOS, we need to run the clickhouse server start command to run the ClickHouse server.
Expected behavior
Running the ClickHouse server via the brew services start clickhouse-server or launchctl start command.
I don't know which current solutions can be used/considered to resolve the issue, but I can provide some recommendations about that:
- We can consider using the
launchctlcommand usage and create the sampleplistfile in the installation documentation. - Adding the
plistfile in the packages directory and let this file be configured automatically when installing the ClickHouse server via thebrew install --cask clickhousecommand.