Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Fix joy-demo-* commands
Browse files Browse the repository at this point in the history
Change-Id: I4d17c6bbd16aa62e48f1f14a211b830bfdb0273a
  • Loading branch information
dmitriykovalev committed Nov 11, 2019
1 parent 489af73 commit 25595a9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,13 @@ docs-clean:
docs-open:
$(PYTHON) -m webbrowser -t "file://$(MAKEFILE_DIR)/docs/_build/html/index.html"

.PHONY: joy-demo-enable \
joy-demo-disable \
joy-demo-start \
joy-demo-stop \
joy-demo-restart \
joy-demo-status \
joy-demo-log
.PHONY: joy-demo-log

joy-demo-%:
sudo systemctl $* joy_detection_demo.service

joy-demo-log:
journalctl -u joy_detection_demo.service -b -f
sudo journalctl -u joy_detection_demo.service -b -f

.PHONY: lint pep8-diff
lint:
Expand Down

0 comments on commit 25595a9

Please sign in to comment.