Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(deisctl): typos in publisher unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Oct 1, 2014
1 parent e8102fb commit 0d114a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deisctl/units/deis-publisher.service
Expand Up @@ -7,9 +7,9 @@ After=docker.socket etcd.service
EnvironmentFile=/etc/environment
TimeoutStartSec=20m
ExecStartPre=/bin/sh -c "IMAGE=`/run/deis/bin/get_image /deis/publisher`; docker history $IMAGE >/dev/null || docker pull $IMAGE"
ExecStartPre=/bin/sh -c "docker inspect deis-logger >/dev/null && docker rm -f deis-publisher || true"
ExecStartPre=/bin/sh -c "docker inspect deis-publisher >/dev/null && docker rm -f deis-publisher || true"
ExecStart=/bin/sh -c "IMAGE=`/run/deis/bin/get_image /deis/publisher` && docker run --name deis-publisher --rm -e HOST=$COREOS_PRIVATE_IPV4 -e ETCD_HOST=$COREOS_PRIVATE_IPV4 -v /var/run/docker.sock:/var/run/docker.sock $IMAGE"
ExecStopPost=/usr/bin/docker stop deis-logger
ExecStopPost=/usr/bin/docker stop deis-publisher

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 0d114a6

Please sign in to comment.