Skip to content

Commit

Permalink
cant use global w/ conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Dec 28, 2014
1 parent 52732df commit c3a0bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ExecStop=-/usr/bin/docker stop consul
ExecStopPost=-/bin/bash -c '/usr/bin/etcdctl rm /consul.io/bootstrap/machines/%m'

[X-Fleet]
Conflicts=consul@*.service
Conflicts=consul*
3 changes: 1 addition & 2 deletions consulagent.service → [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ ExecStop=-/usr/bin/docker stop consul
ExecStopPost=-/bin/bash -c '/usr/bin/etcdctl rm /consul.io/bootstrap/machines/%m'

[X-Fleet]
Conflicts=consul@*.service
Global=true
Conflicts=consul*

0 comments on commit c3a0bd9

Please sign in to comment.