Skip to content

Instantly share code, notes, and snippets.

@vadviktor
Last active October 26, 2025 10:13
Show Gist options
  • Select an option

  • Save vadviktor/5eb0ef01c4d09d4c6961d550f0855514 to your computer and use it in GitHub Desktop.

Select an option

Save vadviktor/5eb0ef01c4d09d4c6961d550f0855514 to your computer and use it in GitHub Desktop.
Run Resilio sync service on linux with your own user

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment