rpc-config.README 579 B

12345678910111213
  1. This is directory for qrexec service additional configuration. Configuration
  2. file needs to be named exactly as service. Configuration format is 'key=value'
  3. (without spaces around '='). Lines starting with '#' are ignored.
  4. Supported settings:
  5. * wait-for-session - wait for full GUI session initialization before starting
  6. the service. This is done using /etc/qubes-rpc/qubes.WaitForSession script.
  7. There is no timeout - if the session is never initialized
  8. (for example because there is no GUI running at all), service will never be
  9. started.
  10. Allowed values are 0 or 1.