diff options
author | Spycrowsoft <spycrowsoft [ at ] gmail [ dot ] com> | 2020-02-08 08:45:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 13:39:33 +0700 |
commit | 741cf90584ae21d753d55297cec431d94fee831a (patch) | |
tree | 5f9e0a1b7180f1c60f4fdce72b4b58389475c797 /network/resilio-sync/rslsync-usermode | |
parent | 64bca85513fded2398f197ffa572da92bf817a37 (diff) |
network/resilio-sync: Added (Sync All Your Data Across Devices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/resilio-sync/rslsync-usermode')
-rw-r--r-- | network/resilio-sync/rslsync-usermode | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/resilio-sync/rslsync-usermode b/network/resilio-sync/rslsync-usermode new file mode 100644 index 0000000000000..c3f7b96d7afe8 --- /dev/null +++ b/network/resilio-sync/rslsync-usermode @@ -0,0 +1,7 @@ +#!/bin/bash + +# This script conveniently starts Resilio-Sync in user-mode. + +/etc/resilio-sync/init_user_config.sh + +rslsync --config $HOME/.config/resilio-sync/config.json |