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