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