aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config/systemd/user/mbsync@.service
diff options
context:
space:
mode:
Diffstat (limited to 'mbsync/.config/systemd/user/mbsync@.service')
-rw-r--r--mbsync/.config/systemd/user/mbsync@.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/mbsync/.config/systemd/user/mbsync@.service b/mbsync/.config/systemd/user/mbsync@.service
deleted file mode 100644
index f0476b3..0000000
--- a/mbsync/.config/systemd/user/mbsync@.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mailbox synchronization service
-Documentation=man:mbsync(1)
-Wants=network-online.target
-After=network-online.target network.target
-
-[Service]
-Type=oneshot
-ExecStart=-/usr/bin/mbsync -Vc ${XDG_CONFIG_HOME}/mbsync/mbsyncrc %i
-
-[Install]
-WantedBy=default.target