From: Antonio Ospite Date: Sun, 26 Aug 2018 10:12:30 +0000 (+0200) Subject: Makefile: fix disabling the service X-Git-Url: https://git.ao2.it/experiments/cyclabile.git/commitdiff_plain/bb2407fbc1fe562cbef054713f26338c466a811d Makefile: fix disabling the service --- 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