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.
 
 
 
 
 
 

64 lines
1.6 KiB

  1. #
  2. # /etc/psd.conf
  3. #
  4. # For documentation, refer to the psd man page or the wiki page
  5. # https://wiki.archlinux.org/index.php/Profile-sync-daemon
  6. ## WARNING Do NOT change anything in the file while psd is running!
  7. ##
  8. ## 1) Stop psd
  9. ## 2) Save changes to /etc/psd.conf
  10. ## 3) Start psd
  11. ##
  12. ## You have been warned!
  13. # List users separated by spaces whose browser(s) profile(s) will get symlinked
  14. # and sync'ed to tmpfs
  15. # Do NOT list a user twice!
  16. #
  17. # Example
  18. # USERS="facade happy"
  19. USERS=""
  20. # List browsers separated by spaces to include in the sync. Useful if you do not
  21. # wish to have all possible browser profiles sync'ed
  22. #
  23. # Possible values:
  24. # chromium
  25. # chromium-dev
  26. # conkeror.mozdev.org
  27. # firefox
  28. # firefox-trunk
  29. # google-chrome
  30. # google-chrome-beta
  31. # google-chrome-unstable
  32. # heftig-aurora
  33. # luakit
  34. # midori
  35. # opera
  36. # opera-next
  37. # qupzilla
  38. # rekonq
  39. # seamonkey
  40. #
  41. # Uncomment and select which browsers to manage if you wish
  42. # Otherwise all available/supported browsers will be managed
  43. # which is NOT recommended if users have many browser profiles
  44. #BROWSERS=""
  45. # Define where browser profiles will reside in tmpfs
  46. # This location must be mounted to tmpfs and MUST have permissions of 777
  47. # Use NO trailing backslash!
  48. #
  49. # Suggested locations based on distro defaults:
  50. # Arch Linux/Chakra, Fedora, and Gentoo leave this commented out
  51. # Debian 6 and below use a setting of "/dev/shm"
  52. # Debian 7+ use a setting of "/run/shm"
  53. #VOLATILE="/tmp"
  54. # Define where the pid file for psd will reside
  55. # Arch Linux/Chakra, Debian 7+, Fedora, and Gentoo leave this commented out
  56. # Debian 6 and below/Mint/Ubuntu use a setting of "/var/run/psd"
  57. #
  58. #DAEMON_FILE="/run/psd"