ClickHouse/packages
Azat Khuzhin 19d0c929d6 Disable timeout logic for starting clickhouse-server from systemd service
After ClickHouse became systemd aware (#43400), it waits not more then
TimeoutStartSec (1m30sec by default), while before it simply ensures
that the process is there.

And likely 1m30sec can be not enough for some cluster, and this will
lead to endless restarts.

At first I've increased it to 10min, but there was a comment about that
this is not enough, and I agree with this.

But I'm not sure that using "inifinity" is a good option, but I cannot
think of any downsides of this.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-21 10:08:15 +01:00
..
.gitignore Migrate to nfpm 2022-03-22 11:09:59 +01:00
build Do not use debconf/confmodule in tgz packages 2023-02-03 12:16:19 +01:00
clickhouse-client.yaml Fix preserving user configs in rpm packages 2022-11-03 16:58:12 +01:00
clickhouse-common-static-dbg.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-common-static.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-keeper-dbg.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-keeper.postinstall Add necessary postinst steps for clickhouse-keeper 2023-02-03 12:16:18 +01:00
clickhouse-keeper.service Add systemd service-file for clickhouse-keeper 2023-02-03 12:16:10 +01:00
clickhouse-keeper.yaml Add necessary postinst steps for clickhouse-keeper 2023-02-03 12:16:18 +01:00
clickhouse-rpm.repo Add clickhouse-rpm.repo to repository 2022-02-23 20:54:17 +01:00
clickhouse-server.init Adding cron config checking before running sed cmd (#42081) 2022-10-10 13:34:38 +02:00
clickhouse-server.postinstall Remove unused variables from clickhouse-server.postinstall 2023-02-03 12:16:18 +01:00
clickhouse-server.service Disable timeout logic for starting clickhouse-server from systemd service 2023-02-21 10:08:15 +01:00
clickhouse-server.yaml Remove adduser dependency 2023-01-07 01:45:54 +01:00