Merge pull request #1916 from HumanUser/master

Prevent cron stdout
This commit is contained in:
alexey-milovidov 2018-02-16 21:14:05 +03:00 committed by GitHub
commit ec06895d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
#*/10 * * * * root (which service && (service clickhouse-server condstart || true)) || /etc/init.d/clickhouse-server condstart 1>/dev/null 2>&1
#*/10 * * * * root (which service > /dev/null && (service clickhouse-server condstart || true)) || /etc/init.d/clickhouse-server condstart 1>/dev/null 2>&1