From a5e15b4d27c9ee438719fc854d32ecc07bdb0501 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 27 Jul 2020 16:47:19 +0000 Subject: [PATCH] Added missing dependency during install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da646ba..b8f081f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ superfans-gpu-controller.service: $(src_python_dir)/superfans_gpu_controller.py # awk is needed to replace the absolute path of mydaemon executable in the .service file awk -v exec_path='$(shell which superfans-gpu-controller) $(conf_dir)/superfans-gpu-controller.json' $(awk_script) etc/systemd/system/superfans-gpu-controller.service.template > etc/systemd/system/superfans-gpu-controller.service -install: $(service_dir) $(conf_dir) superfans-gpu-controller.service +install: $(service_dir) $(conf_dir) superfans-gpu-controller.service superfans-gpu-controller cp etc/superfans-gpu-controller.json $(conf_dir) cp etc/systemd/system/superfans-gpu-controller.service $(service_dir) -systemctl enable superfans-gpu-controller.service