Skip to content

Commit

Permalink
Revert "Remove exisiting swarm-{agent,manager}.service"
Browse files Browse the repository at this point in the history
This reverts commit 9eddc5e.

Reference: #2
  • Loading branch information
wzyboy committed May 16, 2016
1 parent 5b13363 commit 098d135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Description=docker swarm agent
After=docker.service

[Service]
ExecStartPre=/usr/bin/docker rm -f %n
ExecStart=/usr/bin/docker run \
--name %n \
--rm \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Description=docker swarm manager
After=docker.service

[Service]
ExecStartPre=/usr/bin/docker rm -f %n
ExecStart=/usr/bin/docker run \
--name %n \
--rm \
Expand Down

0 comments on commit 098d135

Please sign in to comment.