This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-11-24 13:48:42 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
export USERNAME=jb
|
|
|
|
|
export HOME="/home/$USERNAME"
|
|
|
|
|
export SYNCTHING="$HOME/bin/syncthing"
|
|
|
|
|
|
2015-03-10 00:43:33 -05:00
|
|
|
exec 2>&1
|
|
|
|
|
exec chpst -u "$USERNAME" "$SYNCTHING" -logflags 0
|
2014-11-24 13:48:42 +01:00
|
|
|
|