mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add After/Wants time-sync.target for the clickhouse-server.service
This commit is contained in:
parent
648d561242
commit
aa5f1d77fa
3
debian/clickhouse-server.service
vendored
3
debian/clickhouse-server.service
vendored
@ -1,7 +1,8 @@
|
||||
[Unit]
|
||||
Description=ClickHouse Server (analytic DBMS for big data)
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
After=time-sync.target network-online.target
|
||||
Wants=time-sync.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user