mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
741cf90584
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
170 B
Bash
7 lines
170 B
Bash
#!/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
|