From 3f6845e0d90b0ca6ca46b57ba6c4af98d8458606 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 18:56:25 +0100 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index adac8ad..e7d4b21 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -41,8 +41,13 @@ systemctl daemon-reload echo "Services aktivieren und starten" systemctl enable git-sync.timer systemctl start git-sync.timer +systemctl enable git-sync +systemctl start git-sync + systemctl enable home-sync.timer systemctl start home-sync.timer +systemctl enable home-sync +systemctl start home-sync echo "Fertig" exit 0 \ No newline at end of file