mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update clickhouse-server.init
This commit is contained in:
parent
32ad082f57
commit
6e5ba2648d
@ -47,9 +47,10 @@ CLICKHOUSE_PIDFILE="$CLICKHOUSE_PIDDIR/$PROGRAM.pid"
|
|||||||
# Some systems lack "flock"
|
# Some systems lack "flock"
|
||||||
command -v flock >/dev/null && FLOCK=flock
|
command -v flock >/dev/null && FLOCK=flock
|
||||||
|
|
||||||
# Override defaults from optional config file
|
# Override defaults from optional config file and export them automatically
|
||||||
|
set -a
|
||||||
test -f /etc/default/clickhouse && . /etc/default/clickhouse
|
test -f /etc/default/clickhouse && . /etc/default/clickhouse
|
||||||
|
set +a
|
||||||
|
|
||||||
die()
|
die()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user