github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/deisctl/units/deis-kube-proxy.service (about) 1 [Unit] 2 Description=Kubernetes Proxy 3 Documentation=https://github.com/GoogleCloudPlatform/kubernetes 4 5 [Service] 6 EnvironmentFile=/etc/environment 7 ExecStartPre=/bin/bash -c "/opt/bin/download-k8s-binary kube-proxy" 8 ExecStartPre=/bin/bash -c "/opt/bin/wupiao $(/usr/bin/etcdctl get /deis/scheduler/k8s/master):8080" 9 ExecStart=/bin/bash -c '/opt/bin/kube-proxy --master=`/usr/bin/etcdctl get /deis/scheduler/k8s/master`:8080 --logtostderr=true' 10 Restart=always 11 RestartSec=10 12 SuccessExitStatus=2 13 14 [X-Fleet] 15 Global=true