Files
syncthing-arm/etc/linux-runit/run
T

9 lines
174 B
Bash
Raw Normal View History

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