qvm-start-daemon.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .. program:: qvm-start-daemon
  2. :program:`qvm-start-daemon` -- start GUI/AUDIO for qube(s)
  3. =========================================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-start-daemon` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--watch] [--force-stubdomain] [--pidfile *PIDFILE*] [--notify-monitory-layout] [*VMNAME* [*VMNAME* ...]]
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. show this help message and exit
  17. .. option:: --verbose, -v
  18. increase verbosity
  19. .. option:: --quiet, -q
  20. decrease verbosity
  21. .. option:: --all
  22. perform the action on all qubes
  23. .. option:: --exclude
  24. exclude the qube from --all
  25. .. option:: --watch
  26. Keep watching for further domains startups, must be used with --all
  27. .. option:: --force-stubdomain
  28. Start GUI to stubdomain-emulated VGA, even if gui-agent is running in the VM
  29. .. option:: --pidfile
  30. Pidfile path to create in --watch mode
  31. .. option:: --notify-monitor-layout
  32. Notify running instance in --watch mode about changed monitor layout
  33. Authors
  34. -------
  35. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  36. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  37. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  38. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  39. .. vim: ts=3 sw=3 et tw=80