From be80cd5e606de81c3004abe84f0ce6b4ca6d5c84 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 29 Nov 2025 21:50:59 +0100 Subject: [PATCH] =?UTF-8?q?rootfs/etc/systemd/system/git-sync.timer=20hinz?= =?UTF-8?q?ugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/etc/systemd/system/git-sync.timer | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rootfs/etc/systemd/system/git-sync.timer diff --git a/rootfs/etc/systemd/system/git-sync.timer b/rootfs/etc/systemd/system/git-sync.timer new file mode 100644 index 0000000..7f3b7e9 --- /dev/null +++ b/rootfs/etc/systemd/system/git-sync.timer @@ -0,0 +1,6 @@ +[Unit] +Description=Run Git Sync every 5 minutes + +[Timer] +OnBootSec=30sec +OnUnitActiveSec=5min \ No newline at end of file