From 4c3da24e360532daff10faba37a646487cecdca7 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 18:25:51 +0100 Subject: [PATCH] =?UTF-8?q?rootfs/etc/systemd/system/home-sync.timer=20hin?= =?UTF-8?q?zugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/etc/systemd/system/home-sync.timer | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 rootfs/etc/systemd/system/home-sync.timer diff --git a/rootfs/etc/systemd/system/home-sync.timer b/rootfs/etc/systemd/system/home-sync.timer new file mode 100644 index 0000000..385a3ae --- /dev/null +++ b/rootfs/etc/systemd/system/home-sync.timer @@ -0,0 +1,18 @@ +[Unit] +Description=Run home-sync 5 minutes after boot and daily + +[Timer] +# 5 Minuten nach jedem Boot +OnBootSec=5min + +# 1x täglich +OnCalendar=daily + +# Falls der Rechner zur geplanten Zeit aus war, +# wird es beim nächsten Start nachgeholt +Persistent=true + +Unit=home-sync.service + +[Install] +WantedBy=timers.target \ No newline at end of file