ClickHouse/ClickHouse

brew services or lanuchctl support in the macOS

開放

#61,756 建立於 2024年3月22日

 (2 則留言) (5 個反應) (0 位負責人)C++ (8,400 個分叉)batch import
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:

  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.

貢獻者指南