Iniciar servicio Syncthing al inicio

Crear el archivo ~/.config/autostart/syncthing-start.desktop con el siguiente contenido:

[Desktop Entry]
Name=Start Syncthing
GenericName=File synchronization
Comment=Starts the main syncthing process in the background.
Exec=/usr/bin/syncthing serve --no-browser --logfile=default
Icon=syncthing
Terminal=false
Type=Application
Keywords=synchronization;daemon;
Categories=Network;FileTransfer;P2P

le damos permisos de ejecución:

$ chmod +x ~/.config/autostart/syncthing-start.desktop

y lo agregamos a inicio automático, en Plasma sería:

Preferencias del sistema -> Arranque y apagado -> Inicio automático -> Añadir -> Añadir guión de inicio de sesión -> {elegimos el archivo recién creado}

Deja un comentario