Created
May 15, 2018 12:02
-
-
Save strike/7ea41bfbdac77fd37d5031ac2cd24002 to your computer and use it in GitHub Desktop.
chproxy.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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