fix: keeper systemd service file include invalid inline comment

This commit is contained in:
cmsxbc 2023-03-02 02:15:09 +08:00
parent d469f138dc
commit 6537029ccc
No known key found for this signature in database
GPG Key ID: A58268D081411C9C

View File

@ -14,7 +14,8 @@ User=clickhouse
Group=clickhouse
Restart=always
RestartSec=30
RuntimeDirectory=%p # %p is resolved to the systemd unit name
# %p is resolved to the systemd unit name
RuntimeDirectory=%p
ExecStart=/usr/bin/clickhouse-keeper --config=/etc/clickhouse-keeper/keeper_config.xml --pid-file=%t/%p/%p.pid
# Minus means that this file is optional.
EnvironmentFile=-/etc/default/%p