|
@@ -563,7 +563,8 @@ function mesh_zeronet {
|
563
|
563
|
|
564
|
564
|
if ! grep -q "mesh-sync" ${rootdir}/etc/crontab; then
|
565
|
565
|
echo "*/1 * * * * root /usr/bin/mesh-sync 2> /dev/null" >> ${rootdir}/etc/crontab
|
566
|
|
- echo "*/1 * * * * root ( sleep 30 ; /usr/bin/mesh-sync 2> /dev/null )" >> ${rootdir}/etc/crontab
|
|
566
|
+ echo "*/1 * * * * root ( sleep 20 ; /usr/bin/mesh-sync 2> /dev/null )" >> ${rootdir}/etc/crontab
|
|
567
|
+ echo "*/1 * * * * root ( sleep 40 ; /usr/bin/mesh-sync 2> /dev/null )" >> ${rootdir}/etc/crontab
|
567
|
568
|
fi
|
568
|
569
|
|
569
|
570
|
chroot "$rootdir" systemctl enable tracker.service
|