Skip to content

Commit

Permalink
Remove post-start stanza from upstart template
Browse files Browse the repository at this point in the history
Starting since Consul 0.8 with ACL enabled it's not possible to call CLI commands
without authentication (token is required)
  • Loading branch information
legal90 committed May 27, 2017
1 parent fae895b commit 2509027
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/default/upstart.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ pre-stop script
fi
end script
<%- end -%>
post-start script
while ! <%= @options[:executable] %> info ; do sleep 1; done
end script

0 comments on commit 2509027

Please sign in to comment.