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, 9 insertions, 0 deletions
diff --git a/xss-lock/Makefile b/xss-lock/Makefile
new file mode 100644
index 0000000..ae8dbc8
--- /dev/null
+++ b/xss-lock/Makefile
@@ -0,0 +1,9 @@
+include ../Makefile.include
+
+install:
+ @systemctl --user enable xss-lock
+ @systemctl --user start xss-lock
+
+uninstall:
+ @systemctl --user stop xss-lock
+ @systemctl --user disable xss-lock