-Compilation dependencies
+ ** Compilation dependencies **
* build-essential
* pkg-config
* libxml2-dev
* libxml2
-The vscmgmt-daemon write logs to /var/log/vsc/*.log, make sure to create the
-/var/log/vsc/ directory with the appropriate rights:
-sudo mkdir -p /var/log/vsc/
+ ** Logging **
-To simplify usage chown this directoy to your user account:
+ Libvscmgmt writes logs to /var/log/vsc/*.log, make sure to create the
+ /var/log/vsc/ directory with the appropriate rights:
-sudo chown <user> /var/log/vsc/
+ sudo mkdir -p /var/log/vsc/
-The DHCP network backend read the dhcpd.conf header from
-/srv/vsc/dhcpd.conf.header and writes the DHCP config to /srv/vsc/dhcpd.conf:
+ To simplify usage chown this directoy to your user account:
-sudo mkdir -p /srv/vsc/
-sudo touch /srv/vsc/dhcpd.conf.header
+ sudo chown <user> /var/log/vsc/
-To simplify usage chown this directoy to your user account:
-sudo chown <user> /srv/vsc/
+ ** Configuration **
+
+ Libvscmgmt reads its configuration from /etc/vsc/libvscmgmt.conf
+ if present and not specified otherwise.
+ Optional configuration files for the data and network backend can be
+ specified in this fille.
+
+ By default /srv/vsc/images will be used as image storage.