ClickHouse/ClickHouse
brew services or lanuchctl support in the macOS
オープン
#61,756 opened on 2024/03/22
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:
- 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.