From a307212ae2fadfaf5cc4113c9eb8fbcca81bf098 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 6 Jan 2025 16:50:09 +0100 Subject: feat: Add systemd service and timer for DAV sync using vdirsyncer Signed-off-by: David Runge --- .config/systemd/system/vdirsyncer@.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/systemd/system/vdirsyncer@.timer (limited to '.config/systemd/system/vdirsyncer@.timer') 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 -- cgit v1.2.3-70-g09d2