Displaying 1 result from an estimated 1 matches for "xenstored_pid".
Did you mean:
  xenstored_dir
  
2007 Jun 01
1
RFC: making the xen startup integrate better with distros
...stomize the
   startup options for individual daemons.
 * Drop a file in /etc/sysconfig/modules/xen.modules to trigger loading
   of the backend driver modules.
So we have a config file  in /etc/sysconfig/modules containing user config
options
  [root@celery console]# cat /etc/sysconfig/xend
  #XENSTORED_PID="/var/run/xenstore.pid"
  #XENSTORED_ARGS=
  # Log all hypervisor messages (cf xm dmesg)
  #XENCONSOLED_LOG_HYPERVISOR=yes
  # Log all guest console output (cf xm console)
  #XENCONSOLED_LOG_GUESTS=yes
  # Location to store guest & hypervisor logs
  #XENCONSOLED_LOG_DIR=/var/log/xe...