1
0
Fork 0

change synchthing logging location

This commit is contained in:
Luca Bilke 2024-01-17 12:43:22 +01:00
parent 7b349f3892
commit 1364b6680c

View file

@ -1,4 +1,4 @@
#!/bin/sh
exec 2>&1
exec syncthing --no-browser
exec syncthing --no-browser --logfile="$HOME/.local/log/syncthing.log"