mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
91ca67d987
* Fix test 281 under asan
* Cmake fixes
* Revert "Disable usage of systemd (assumed that temporarily) [#CLICKHOUSE-2]"
This reverts commit f0aa21bca6
.
* Fixing init scripts and logging
* Fix logger
* Fxi
* fix
* fix
* fix
* Update clickhouse-server-base.postinst
* Update clickhouse-server.cron.d
* Update clickhouse-server-base.postinst
* Update clickhouse-server-base.postinst
* fix
* fix
* space
* better message
8 lines
153 B
Bash
8 lines
153 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
mkdir -p /etc/clickhouse-client/conf.d
|
|
|
|
# user created by clickhouse-server package
|
|
chown -R clickhouse /etc/clickhouse-client || true
|