Add After/Wants time-sync.target for the clickhouse-server.service

This commit is contained in:
Azat Khuzhin 2021-09-11 16:06:28 +03:00
parent 648d561242
commit aa5f1d77fa

View File

@ -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