Skip to content

Instantly share code, notes, and snippets.

@strike
Created May 15, 2018 12:02
Show Gist options
  • Save strike/7ea41bfbdac77fd37d5031ac2cd24002 to your computer and use it in GitHub Desktop.
Save strike/7ea41bfbdac77fd37d5031ac2cd24002 to your computer and use it in GitHub Desktop.
chproxy.service
[Unit]
Description=ClickHouse balancer chproxy
After=network.target
[Service]
ExecStart=/opt/chproxy/chproxy -config=/opt/chproxy/config.yml
ExecReload=/bin/kill -HUP $MAINPID
Type=simple
#Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment