Mute stdout and stderr for both branches of cron task's if

This commit is contained in:
Korenevskiy Denis 2021-06-07 16:14:04 +03:00
parent c453a84944
commit 1931406ec4

View File

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