@@ -6281,6 +6281,7 @@ function install_syncthing {
if ! grep -q "syncthing" /etc/crontab; then
echo "*/1 * * * * root /usr/local/bin/freedombone-syncthing > /dev/null" >> /etc/crontab
+ systemctl restart cron
fi
echo 'install_syncthing' >> $COMPLETION_FILE