Job for clickhouse-server.service failed because a timeout was exceeded. See "systemctl status clickhouse-server.service" and "journalctl -xe" for details. If I remove TimeoutStartSec=infinity from /usr/lib/systemd/system/clickhouse-server.service it starts working well. On CentOS 8 TimeoutStar...
Expected output TimeoutStartUSec=15min To disable the option, change the value to0: [Service] TimeoutStartSec=0 After systemctl is reloaded, the option is disabled. Expected output TimeoutStartUSec=infinity For the edited change to take effect, run the following command: ...
mimir-[redacted] ~ # systemctl show mimir.service Type=simple Restart=always NotifyAccess=none RestartUSec=100ms TimeoutStartUSec=1min 30s TimeoutStopUSec=20s TimeoutAbortUSec=20s TimeoutStartFailureMode=terminate TimeoutStopFailureMode=terminate RuntimeMaxUSec=infinity WatchdogUSec=0 WatchdogTimesta...