summaryrefslogtreecommitdiffstats
path: root/mbsyncloop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbsyncloop/Makefile')
-rw-r--r--mbsyncloop/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/mbsyncloop/Makefile b/mbsyncloop/Makefile
new file mode 100644
index 0000000..b095cbd
--- /dev/null
+++ b/mbsyncloop/Makefile
@@ -0,0 +1,9 @@
+include ../Makefile.include
+
+install:
+ @systemctl --user enable mbsyncloop
+ @systemctl --user start mbsyncloop
+
+uninstall:
+ @systemctl --user stop mbsyncloop
+ @systemctl --user disable mbsyncloop