You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
755 B

  1. config syncthing 'syncthing'
  2. option enabled '0'
  3. option gui_address 'http://127.0.0.1:8384'
  4. # Use internal flash for evaluation purpouses. Use external storage
  5. # for production.
  6. # This filesystem must either support ownership/attributes or
  7. # be readable/writable by the user specified in
  8. # 'option user'.
  9. # Consult syslog if things go wrong.
  10. option home '/etc/syncthing'
  11. # Changes to "niceness"/macprocs are not picked up by "reload_config"
  12. # nor by "restart": the service has to be stopped/started
  13. # for those to take effect
  14. option nice '19'
  15. # 0 to match the number of CPUs (default)
  16. # >0 to explicitly specify concurrency
  17. option macprocs '0'
  18. # Running as 'root' is possible, but not recommended
  19. option user 'syncthing'