FILES
=====
-When run as *root*
-------------------
+The ``virtlxcd`` program must be ran as root. Trying to start the program under
+a different user results in error.
* ``@SYSCONFDIR@/libvirt/virtlxcd.conf``
The PID file to use, unless overridden by the ``-p`` | ``--pid-file`` option.
-When run as *non-root*
-----------------------
-
-* ``$XDG_CONFIG_HOME/libvirt/virtlxcd.conf``
-
-The default configuration file used by ``virtlxcd``, unless overridden on the
-command line using the ``-f``|``--config`` option.
-
-* ``$XDG_RUNTIME_DIR/libvirt/virtlxcd-sock``
-* ``$XDG_RUNTIME_DIR/libvirt/virtlxcd-admin-sock``
-
-The sockets ``virtlxcd`` will use.
-
-* ``$XDG_RUNTIME_DIR/libvirt/virtlxcd.pid``
-
-The PID file to use, unless overridden by the ``-p``|``--pid-file`` option.
-
-
-If ``$XDG_CONFIG_HOME`` is not set in your environment, ``virtlxcd`` will use
-``$HOME/.config``
-
-If ``$XDG_RUNTIME_DIR`` is not set in your environment, ``virtlxcd`` will use
-``$HOME/.cache``
-
-
EXAMPLES
========