Skip to content

Commit

Permalink
make: install disables the service
Browse files Browse the repository at this point in the history
We don't want the service to start automatically, because we can't ensure
that when it will run that the video device (/dev/video0) will be created.

What we want is for `udev` to be able to run the service on-demand.
  • Loading branch information
potyl committed Apr 7, 2022
1 parent c0d620e commit 4decfe8
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 @@ -55,7 +55,7 @@ install:

$(SAY) "Loading the systemd service"
sudo systemctl daemon-reload
sudo systemctl enable fix-Logitech-HD-Pro-Webcam-C920.service
sudo systemctl disable fix-Logitech-HD-Pro-Webcam-C920.service


.PHONY: uninstall
Expand Down

0 comments on commit 4decfe8

Please sign in to comment.