From 1364b6680cc9d652a72d8c3e7dc506fe1ff6f740 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 17 Jan 2024 12:43:22 +0100 Subject: [PATCH] change synchthing logging location --- .local/sv/syncthing/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/sv/syncthing/run b/.local/sv/syncthing/run index ef797b99..09834da5 100755 --- a/.local/sv/syncthing/run +++ b/.local/sv/syncthing/run @@ -1,4 +1,4 @@ #!/bin/sh exec 2>&1 -exec syncthing --no-browser +exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log"