aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/system/vdirsyncer@.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2025-01-06 16:50:09 +0100
committerDavid Runge <dave@sleepmap.de>2025-01-06 17:38:23 +0100
commita307212ae2fadfaf5cc4113c9eb8fbcca81bf098 (patch)
tree1b44939f2eb525e3e00fe4370144c189a4b6edf9 /.config/systemd/system/vdirsyncer@.timer
parent2288074b9da31e64f4f81633dfad97d63dc99438 (diff)
downloaddotfiles-a307212ae2fadfaf5cc4113c9eb8fbcca81bf098.tar.gz
dotfiles-a307212ae2fadfaf5cc4113c9eb8fbcca81bf098.tar.bz2
dotfiles-a307212ae2fadfaf5cc4113c9eb8fbcca81bf098.tar.xz
dotfiles-a307212ae2fadfaf5cc4113c9eb8fbcca81bf098.zip
feat: Add systemd service and timer for DAV sync using vdirsyncer
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/systemd/system/vdirsyncer@.timer')
-rw-r--r--.config/systemd/system/vdirsyncer@.timer9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/system/vdirsyncer@.timer b/.config/systemd/system/vdirsyncer@.timer
new file mode 100644
index 0000000..57f77db
--- /dev/null
+++ b/.config/systemd/system/vdirsyncer@.timer
@@ -0,0 +1,9 @@
+[Unit]
+Description=DAV synchronization timer for %i
+
+[Timer]
+OnBootSec=2m
+OnUnitActiveSec=5m
+
+[Install]
+WantedBy=timers.target