From 4b36911408e25befac3d0c45caccfb45a2daea5b Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 18:26:51 +0100 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index e669f69..2516fe2 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -30,4 +30,8 @@ chmod 600 /home/andre/.ssh/* systemctl daemon-reload +systemctl enable git-sync.timer +systemctl start git-sync.timer +systemctl enable home-sync.timer +systemctl start home-sync.timer exit 0 \ No newline at end of file