ClickHouse/ClickHouse

brew services or lanuchctl support in the macOS

オープン

#61,756 opened on 2024/03/22

 (2 件のコメント) (5 件のリアクション) (0 人の担当者)C++ (8,400 件のフォーク)batch import
help wantedusability

Repository metrics

Stars
 (47,419 個のスター)
PR merge metrics
 (平均マージ 2d 2h) (30d で 1,000 merged PRs)

説明

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:

  1. We can consider using the launchctl command usage and create the sample plist file in the installation documentation.
  2. Adding the plist file in the packages directory and let this file be configured automatically when installing the ClickHouse server via the brew install --cask clickhouse command.

コントリビューターガイド