Skip to content

Commit 4decfe8

Browse files
committed
make: install disables the service
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.
1 parent c0d620e commit 4decfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555

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

6060

6161
.PHONY: uninstall

0 commit comments

Comments
 (0)