1 ** Compilation dependencies **
22 Libvscmgmt writes logs to /var/log/vsc/*.log, make sure to create the
23 /var/log/vsc/ directory with the appropriate rights:
25 sudo mkdir -p /var/log/vsc/
27 To simplify usage chown this directoy to your user account:
29 sudo chown <user> /var/log/vsc/
34 Libvscmgmt reads its configuration from /etc/vsc/libvscmgmt.conf
35 if present and not specified otherwise.
36 Optional configuration files for the data and network backend can be
37 specified in this fille.
39 By default /srv/vsc/images will be used as image storage.