ClickHouse/debian/clickhouse-server.service
Bowen Masco bc74fb9027
Remove deprecated PermissionsStartOnly
PermissionsStartOnly has been deprecated, see 
https://github.com/systemd/systemd/pull/10802 
and 
https://github.com/NixOS/nixpkgs/issues/53852

A previous change removed the use of ExecStartPre so it is no longer needed.
2019-04-11 10:42:16 -07:00

17 lines
356 B
Desktop File

[Unit]
Description=ClickHouse Server (analytic DBMS for big data)
[Service]
Type=simple
User=clickhouse
Group=clickhouse
Restart=always
RestartSec=30
ExecStart=/usr/bin/clickhouse-server --config=/etc/clickhouse-server/config.xml
LimitCORE=infinity
LimitNOFILE=500000
CapabilityBoundingSet=CAP_NET_ADMIN CAP_IPC_LOCK
[Install]
WantedBy=multi-user.target