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.
This commit is contained in:
Bowen Masco 2019-04-11 10:42:16 -07:00 committed by GitHub
parent c78176603c
commit bc74fb9027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ Description=ClickHouse Server (analytic DBMS for big data)
Type=simple
User=clickhouse
Group=clickhouse
PermissionsStartOnly=true
Restart=always
RestartSec=30
ExecStart=/usr/bin/clickhouse-server --config=/etc/clickhouse-server/config.xml