AndreK Posted December 6, 2022 Report Posted December 6, 2022 I've installed .deb package and configured like: https://help.resilio.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux tried both --user and pure service. The issue is that while this looks good: systemctl --user enable resilio-sync Created symlink /home/andre/.config/systemd/user/default.target.wants/resilio-sync.service → /usr/lib/systemd/user/resilio-sync.service. andre@ODIN:~$ systemctl --user start resilio-sync andre@ODIN:~$ systemctl --user status resilio-sync ● resilio-sync.service - Resilio Sync service Loaded: loaded (/usr/lib/systemd/user/resilio-sync.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2022-12-06 16:07:49 CET; 40s ago Docs: https://help.getsync.com/ Process: 32086 ExecStartPre=/etc/resilio-sync/init_user_config.sh (code=exited, status=0/SUCCESS) Process: 32090 ExecStart=/usr/bin/rslsync --config /home/andre/.config/resilio-sync/config.json (code=exited, status=0/SUCCESS) Process: 32092 ExecStartPost=/bin/sleep 1 (code=exited, status=0/SUCCESS) Main PID: 32091 (rslsync) CGroup: /user.slice/user-1000.slice/[email protected]/resilio-sync.service └─32091 /usr/bin/rslsync --config /home/andre/.config/resilio-sync/config.json I can't see the webpage at port 8888 if I stop the service and just run rslsync - the webUI is accessible. please advise. Quote
AndreK Posted December 6, 2022 Author Report Posted December 6, 2022 changing the config.json from "127.0.0.1:8888" to "0.0.0.0:8888" ...seems to have fixed it. Quote
AndreK Posted December 6, 2022 Author Report Posted December 6, 2022 ...this trick did not work for WantedBy=multi-user.target Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.