summaryrefslogtreecommitdiffstats
path: root/local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'local/Makefile')
-rw-r--r--local/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/local/Makefile b/local/Makefile
index 6684014..a16e3bc 100644
--- a/local/Makefile
+++ b/local/Makefile
@@ -1,4 +1,9 @@
include ../Makefile.include
-install: $(HOME)/.services/enabled/watch-kbd
- @mkdir -p $(HOME)/.log/watch-kbd
+install:
+ @systemctl --user enable watch-kbd
+ @systemctl --user start watch-kbd
+
+uninstall:
+ @systemctl --user stop watch-kbd
+ @systemctl --user disable watch-kbd