Skip to content

Commit

Permalink
Merge pull request #638 from Capgemini/registrator-fails-reboot
Browse files Browse the repository at this point in the history
Fix #617 - registrator fails to restart after reboot
  • Loading branch information
tayzlor committed Feb 19, 2016
2 parents b4f23c5 + f9660d3 commit d5f87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/registrator/templates/registrator.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Registrator
After=docker.service
Requires=docker.service
After=weaveproxy.service
Requires=weaveproxy.service

[Service]
Restart=on-failure
Expand Down

0 comments on commit d5f87f9

Please sign in to comment.