summaryrefslogtreecommitdiffstats
path: root/isync/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isync/.config/systemd/user/mbsync.service8
-rw-r--r--isync/.config/systemd/user/mbsync.timer10
2 files changed, 0 insertions, 18 deletions
diff --git a/isync/.config/systemd/user/mbsync.service b/isync/.config/systemd/user/mbsync.service
deleted file mode 100644
index e203ca6..0000000
--- a/isync/.config/systemd/user/mbsync.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=mbsync service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/mbsync -Va
-StandardOutput=syslog
-StandardError=syslog
diff --git a/isync/.config/systemd/user/mbsync.timer b/isync/.config/systemd/user/mbsync.timer
deleted file mode 100644
index bbb8115..0000000
--- a/isync/.config/systemd/user/mbsync.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=mbsync timer
-
-[Timer]
-OnCalendar=*:0/15
-Persistent=true
-Unit=mbsync.service
-
-[Install]
-WantedBy=timers.target