Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 14:07
Show Gist options
  • Save vigneshragupathy/085c020e08b2143e8f8dbd55e3cbb06e to your computer and use it in GitHub Desktop.
Save vigneshragupathy/085c020e08b2143e8f8dbd55e3cbb06e to your computer and use it in GitHub Desktop.
[Unit]
Description=Kubernetes Kube Proxy
Documentation=https://github.com/kubernetes/kubernetes
[Service]
ExecStart=/usr/local/bin/kube-proxy \
--config=/var/lib/kube-proxy/kube-proxy-config.yaml
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment