rootfs/usr/local/bin/git-sync.sh aktualisiert

This commit is contained in:
2026-02-28 18:56:25 +01:00
parent a62435a002
commit 3f6845e0d9

View File

@@ -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