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

Commit

Permalink
fix(vagrant): use start on make run
Browse files Browse the repository at this point in the history
the command hangs if there's nothing to restart, which is the case
when booting for the first time. It makes more sense for make run
to run make start, and the user should have to specify make
restart in order to restart a systemd unit.
  • Loading branch information
Matthew Fisher committed Apr 17, 2014
1 parent 6198a79 commit b657d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ restart:
logs:
vagrant ssh -c 'journalctl -f -u deis-*'

run: install restart logs
run: install start logs

clean: uninstall
vagrant ssh -c 'cd share && for c in $(COMPONENTS); do docker rm -f deis-$$c; done'
Expand Down

0 comments on commit b657d18

Please sign in to comment.