summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:07:26 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:07:26 -0500
commit80ed38272fabcb2ac03bfdef4e86800d0c0902db (patch)
tree791a437667d18a9a5a092337d14525c6ff2e6d3a
parent723c0ac4a451f9501e008af0d5307c155da6e67b (diff)
Update offlineimap systemd setup
*grumble about upstream offlineimap breaking me so frequently*
l---------.config/systemd/user/default.target.wants/mail.target1
l---------.config/systemd/user/default.target.wants/offlineimap-oneshot.timer1
l---------.config/systemd/user/mail.target.wants/offlineimap.service1
l---------.config/systemd/user/mail.target.wants/offlineimap.timer1
-rw-r--r--.config/systemd/user/offlineimap-oneshot.timer.d/length.conf2
-rw-r--r--.config/systemd/user/offlineimap.timer.d/length.conf2
6 files changed, 3 insertions, 5 deletions
diff --git a/.config/systemd/user/default.target.wants/mail.target b/.config/systemd/user/default.target.wants/mail.target
deleted file mode 120000
index 40ca36d..0000000
--- a/.config/systemd/user/default.target.wants/mail.target
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/user/mail.target \ No newline at end of file
diff --git a/.config/systemd/user/default.target.wants/offlineimap-oneshot.timer b/.config/systemd/user/default.target.wants/offlineimap-oneshot.timer
new file mode 120000
index 0000000..9fb06ea
--- /dev/null
+++ b/.config/systemd/user/default.target.wants/offlineimap-oneshot.timer
@@ -0,0 +1 @@
+/usr/lib/systemd/user/offlineimap-oneshot.timer \ No newline at end of file
diff --git a/.config/systemd/user/mail.target.wants/offlineimap.service b/.config/systemd/user/mail.target.wants/offlineimap.service
deleted file mode 120000
index aacc641..0000000
--- a/.config/systemd/user/mail.target.wants/offlineimap.service
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/user/offlineimap.service \ No newline at end of file
diff --git a/.config/systemd/user/mail.target.wants/offlineimap.timer b/.config/systemd/user/mail.target.wants/offlineimap.timer
deleted file mode 120000
index 0644e30..0000000
--- a/.config/systemd/user/mail.target.wants/offlineimap.timer
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/systemd/user/offlineimap.timer \ No newline at end of file
diff --git a/.config/systemd/user/offlineimap-oneshot.timer.d/length.conf b/.config/systemd/user/offlineimap-oneshot.timer.d/length.conf
new file mode 100644
index 0000000..5945ce8
--- /dev/null
+++ b/.config/systemd/user/offlineimap-oneshot.timer.d/length.conf
@@ -0,0 +1,2 @@
+[Timer]
+OnUnitInactiveSec=1m
diff --git a/.config/systemd/user/offlineimap.timer.d/length.conf b/.config/systemd/user/offlineimap.timer.d/length.conf
deleted file mode 100644
index c010b38..0000000
--- a/.config/systemd/user/offlineimap.timer.d/length.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Timer]
-OnUnitInactiveSec=5m