mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
802cac725f
* Debian: rename packages * wip * wip * wip * move limits.d/clickhouse.conf to common * wip * fix * bad clang * update changelog * more Provides: Conflicts: * clickhouse-zookeeper-cli [#CLICKHOUSE-2947] * fix utils desc * Fix docs * use cmake links * fix doc * Fix test install * Test me * Test me * Test me. * Dont use pre-depends * fix * Minimize control changes * del * debian/clickhouse-common.install -> debian/clickhouse-common-static.install * debian/clickhouse-common.install -> debian/clickhouse-common-static.install
7 lines
178 B
Bash
7 lines
178 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" = "upgrade" ] || [ "$1" = "remove" ]; then
|
|
# Return etc/cron.d/clickhouse-server to original state
|
|
service clickhouse-server disable_cron || true
|
|
fi
|