2021-09-18

Solución: Syncthing no inicia el servicio automaticamente en linux.

Una alternativa para cuando el servicio syncthing no inicia automaticamente es copiar el acceso directo a la carpeta de inicios automático del sistema

.El archivo a copiar es syncthing-start.desktop y si se descargó de GitHub debe estar en etc/linux-desktop/ en el caso de que ya esté instalado deberia estar en /usr/share/applications/ 

copy syncthing-start.desktop ~/.config/autostart/

En Windows En el Programador de Tareas, Crear una tarea Básica, que se ejecute al iniciarse el equipo, con la opcion de Iniciar un programa y localizar la aplicación syncthing donde se haya instalado.

"C:\Program Files\SyncTrayzor\syncthing.exe"
Agregar argumentos:
-no-console

Tildar la opción Ejecutar tanto si el usuario inició sesión como si no.

Workaround, Syncting doesn't start the service automatically.

An alternative to when the syncthing service does not start automatically is to copy the shortcut to the system's autostart folder.

The file to copy is syncthing-start.desktop and if it was downloaded from GitHub it should be in etc /linux-desktop/ if it is already installed it should be in /usr/share/applications/

copy syncthing-start.desktop ~/.config/autostart/

On windows

In the Task Scheduler, Create a Basic task, which runs when the computer starts up, with the option to Start a program and locate the syncthing application where it has been installed.

"C:\Program Files\SyncTrayzor\syncthing.exe"
Add arguments:
-no-console

Check the Run option whether the user is logged in or not.