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