mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #2512 from ezhaka/patch-1
Do not use exact chown path
This commit is contained in:
commit
c8bdc1e8ba
2
debian/clickhouse-server.service
vendored
2
debian/clickhouse-server.service
vendored
@ -8,7 +8,7 @@ Group=clickhouse
|
||||
PermissionsStartOnly=true
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
ExecStartPre=/usr/bin/chown clickhouse:clickhouse -R /etc/clickhouse-server
|
||||
ExecStartPre=chown clickhouse:clickhouse -R /etc/clickhouse-server
|
||||
ExecStart=/usr/bin/clickhouse-server --config=/etc/clickhouse-server/config.xml
|
||||
LimitCORE=infinity
|
||||
LimitNOFILE=500000
|
||||
|
Loading…
Reference in New Issue
Block a user