From bb2407fbc1fe562cbef054713f26338c466a811d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 26 Aug 2018 12:12:30 +0200 Subject: [PATCH] Makefile: fix disabling the service --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6118bcc..08dc836 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ install_service: cp cyclabile.service $(DESTIR)/lib/systemd/system/ uninstall_service: - systemctl enable cyclabile.service + systemctl disable cyclabile.service rm $(DESTIR)/lib/systemd/system/cyclabile.service rm $(DESTDIR)/lib/udev/rules.d/90-projector.rules udevadm control --reload -- 2.1.4