Ol' termux fixes

This commit is contained in:
Geoffrey Frogeye 2018-05-19 13:48:47 +02:00
parent 74c9d40126
commit 4424def805
2 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,7 @@ LOGFILE="$HOME/.local/log/syncthing.log"
start() {
printf "Starting Syncthing: "
sudo start-stop-daemon -p "$PIDFILE" -x syncthing -S -b -N 5 -m -- -logfile="$LOGFILE"
sudo start-stop-daemon -p "$PIDFILE" -x syncthing -S -b -N 5 -m -- -logfile="$LOGFILE" -home ~/.config/syncthing
echo "OK"
}