v.21.8Improvement
Make sudo service clickhouse-server start compatible with systemd on Centos 8
Makesudo service clickhouse-server startto work on systems withsystemdlike Centos 8. Close #14298. Close #17799. #25921 (alexey-milovidov).
Why it matters
This feature resolves issues where the common service management commandsudo service clickhouse-server start did not function properly on Linux distributions using systemd, improving usability and integration with system services.How to use it
On systems with systemd like CentOS 8, simply use the commandsudo service clickhouse-server start to start the ClickHouse server as expected without additional configuration.