Skip to content
Snippets Groups Projects
Commit 495d0b65 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Fix weave restart after docker daemon restart

parent 8e809aed
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,12 @@ After=docker.service docker.socket
[Service]
EnvironmentFile=-/etc/weave.env
ExecStartPre=-/usr/bin/docker rm -f weave
ExecStartPre={{ bin_dir }}/weave launch-router \
$WEAVE_SUBNET \
$WEAVE_PEERS
ExecStart=/usr/bin/docker attach weave
ExecStop={{ bin_dir }}/weave stop-router
ExecStop={{ bin_dir }}/weave stop
[Install]
WantedBy=multi-user.target
......@@ -7,6 +7,7 @@ After=docker.service docker.socket
[Service]
EnvironmentFile=-/etc/weave.%H.env
EnvironmentFile=-/etc/weave.env
ExecStartPre=-/usr/bin/docker rm -f weaveproxy
ExecStartPre={{ bin_dir }}/weave launch-proxy $WEAVEPROXY_ARGS
ExecStart=/usr/bin/docker attach weaveproxy
Restart=on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment