mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
Metrica:
в шаблоне init файла сделано start && enable_cron, чтоб до успешного запуска cron не начинал работать
This commit is contained in:
parent
99d487325c
commit
0e13063557
@ -106,7 +106,7 @@ disable_cron()
|
|||||||
EXIT_STATUS=0
|
EXIT_STATUS=0
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
enable_cron && start
|
start && enable_cron
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
disable_cron && stop
|
disable_cron && stop
|
||||||
|
Loading…
Reference in New Issue
Block a user