about summary refs log tree commit diff
path: root/nixos/.config/systemd/user/mbsync-legacy.service
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.config/systemd/user/mbsync-legacy.service')
-rw-r--r--nixos/.config/systemd/user/mbsync-legacy.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/.config/systemd/user/mbsync-legacy.service b/nixos/.config/systemd/user/mbsync-legacy.service
deleted file mode 100644
index e0954de..0000000
--- a/nixos/.config/systemd/user/mbsync-legacy.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Synchronize IMAP and MailDir for legacy account
-Documentation=man:mbsync(1)
-ConditionPathExists=%h/.mbsyncrc
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/mbsync legacy
-Type=oneshot
-
-[Install]
-WantedBy=default.target