Merge branch 'master' of frogit:geoffrey/dotfiles
This commit is contained in:
commit
4f5005aaad
6
termux/scripts/tsu
Executable file
6
termux/scripts/tsu
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/data/data/com.termux/files/usr/bin/env bash
|
||||||
|
|
||||||
|
# Force the passing of the environment variables on LineageOS where the --preserve-environment
|
||||||
|
# option on the su binary doesn't seem to work well
|
||||||
|
|
||||||
|
/data/data/com.termux/files/usr/bin/tsu -s "$(env | sed "s/^\([^=]\+\)=\(.*\)/\1='\2'/" | tr '\n' ' ') $(which bash)"
|
|
@ -8,7 +8,7 @@ LOGFILE="$HOME/.local/log/syncthing.log"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
printf "Starting Syncthing: "
|
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"
|
echo "OK"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue