mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add systemctl way to run server as daemon
This commit is contained in:
parent
bb2f85966e
commit
2e141b77db
@ -152,6 +152,12 @@ If you do not have `service` command, run as
|
||||
$ sudo /etc/init.d/clickhouse-server start
|
||||
```
|
||||
|
||||
If you have `systemctl` command, run as
|
||||
|
||||
``` bash
|
||||
$ sudo systemctl start clickhouse-server.service
|
||||
```
|
||||
|
||||
See the logs in the `/var/log/clickhouse-server/` directory.
|
||||
|
||||
If the server does not start, check the configurations in the file `/etc/clickhouse-server/config.xml`.
|
||||
|
Loading…
Reference in New Issue
Block a user