Add systemd units for calling mbsync every 5 minutes
[~bandali/configs] / isync / .config / systemd / user / mbsync.service
diff --git a/isync/.config/systemd/user/mbsync.service b/isync/.config/systemd/user/mbsync.service
new file mode 100644 (file)
index 0000000..7fc2821
--- /dev/null
@@ -0,0 +1,8 @@
+[Unit]
+Description=Mailbox synchronization service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/mbsync -Va
+StandardOutput=syslog
+StandardError=syslog