Go to the .service file
sudo vi /usr/lib/systemd/system/resilio-sync.service
Change these lines with your current username:
User=ikon
Group=ikon
Environment="SYNC_USER=ikon"
Environment="SYNC_GROUP=ikon"
Restart systemctl :
sudo systemctl daemon-reload
Then restart rslsync service
sudo systemctl restart resilio-sync.service