mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Metrica:
add enable_cron after restart in init file
This commit is contained in:
parent
0e13063557
commit
4ab886bce9
@ -115,7 +115,7 @@ case "$1" in
|
|||||||
isrun && echo "$PROGRAM service is running" || echo "$PROGRAM service is stopped"
|
isrun && echo "$PROGRAM service is running" || echo "$PROGRAM service is stopped"
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
restart
|
restart && enable_cron
|
||||||
;;
|
;;
|
||||||
reload)
|
reload)
|
||||||
restart
|
restart
|
||||||
|
Loading…
Reference in New Issue
Block a user