k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
420 B
16 lines
420 B
[Unit]
|
|
Description=Weave proxy for Docker API
|
|
Documentation=http://docs.weave.works/
|
|
Wants=docker.socket
|
|
After=docker.service docker.socket
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/weave.%H.env
|
|
EnvironmentFile=-/etc/weave.env
|
|
ExecStartPre={{ bin_dir }}/weave launch-proxy $WEAVEPROXY_ARGS
|
|
ExecStart=/usr/bin/docker attach weaveproxy
|
|
Restart=on-failure
|
|
ExecStop=/opt/bin/weave stop-proxy
|
|
|
|
[Install]
|
|
WantedBy=weave-network.target
|