Skip to content

Commit

Permalink
make: logs uses --follow (-f)
Browse files Browse the repository at this point in the history
This will continue showing the logs in case we want to test the service
with udev's plug-and-play triggers.
  • Loading branch information
potyl committed Apr 7, 2022
1 parent adcfe36 commit 66ef840
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 @@ -38,7 +38,7 @@ status:

.PHONY: logs
logs:
journalctl -xe -u fix-Logitech-HD-Pro-Webcam-C920.service
journalctl -fex -u fix-Logitech-HD-Pro-Webcam-C920.service


.PHONY: install
Expand Down

0 comments on commit 66ef840

Please sign in to comment.