Skip to content

Commit b657d18

Browse files
author
Matthew Fisher
committed
fix(vagrant): use start on make run
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.
1 parent 6198a79 commit b657d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ restart:
3434
logs:
3535
vagrant ssh -c 'journalctl -f -u deis-*'
3636

37-
run: install restart logs
37+
run: install start logs
3838

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

0 commit comments

Comments
 (0)