2014-11-24 12:48:42 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
export USERNAME=jb
|
|
|
|
export HOME="/home/$USERNAME"
|
|
|
|
export SYNCTHING="$HOME/bin/syncthing"
|
|
|
|
|
2015-03-08 23:50:54 +00:00
|
|
|
chpst -u "$USERNAME" "$SYNCTHING" -logflags 0 2>&1 | logger -t syncthing
|
2014-11-24 12:48:42 +00:00
|
|
|
|