aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSimon Frei <freisim93@gmail.com>2020-01-20 09:07:46 +0100
committerGitHub <noreply@github.com>2020-01-20 09:07:46 +0100
commit69da11a263f99104dc3e3e01abe0bcc792e3b1ca (patch)
tree46eeef05b18776785b175f88c864c994ea16399b /etc
parent879d75785078478e099782ef5b4404ba4f2458d2 (diff)
downloadsyncthing-69da11a263f99104dc3e3e01abe0bcc792e3b1ca.tar.gz
syncthing-69da11a263f99104dc3e3e01abe0bcc792e3b1ca.zip
cmd/syncthing: Always use monitor process (fixes #4774, fixes #5786) (#6278)
Diffstat (limited to 'etc')
-rw-r--r--etc/linux-desktop/syncthing-start.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/linux-desktop/syncthing-start.desktop b/etc/linux-desktop/syncthing-start.desktop
index f46a9d3c7..b84f6dce9 100644
--- a/etc/linux-desktop/syncthing-start.desktop
+++ b/etc/linux-desktop/syncthing-start.desktop
@@ -2,7 +2,7 @@
Name=Start Syncthing
GenericName=File synchronization
Comment=Starts the main syncthing process in the background.
-Exec=/usr/bin/syncthing -no-browser
+Exec=/usr/bin/syncthing -no-browser -logfile=~/.config/syncthing/syncthing.log
Icon=syncthing
Terminal=false
Type=Application