mirror of https://github.com/ByConity/ByConity
ensure network be up before staring clickhouse
This commit is contained in:
parent
8140b2f75a
commit
f56653f43e
|
@ -3,8 +3,8 @@
|
|||
# Provides: clickhouse-server
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Required-Start: $network
|
||||
# Required-Stop: $network
|
||||
# Short-Description: Yandex clickhouse-server daemon
|
||||
### END INIT INFO
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=ClickHouse Server (analytic DBMS for big data)
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in New Issue