summaryrefslogtreecommitdiff
path: root/.config/systemd/user/mbsync.service
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2025-06-03 14:02:17 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2025-06-03 14:02:17 -0400
commiteb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8 (patch)
tree3cf194f8ab61e761ad656d4e3f6a724bd1014daf /.config/systemd/user/mbsync.service
downloaddotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.tar.gz
dotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.zip
Diffstat (limited to '.config/systemd/user/mbsync.service')
-rw-r--r--.config/systemd/user/mbsync.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/mbsync.service b/.config/systemd/user/mbsync.service
new file mode 100644
index 0000000..03beacf
--- /dev/null
+++ b/.config/systemd/user/mbsync.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Mailbox synchronization service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/mbsync -Va
+
+[Install]
+WantedBy=default.target