~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: William Grant
  • Date: 2009-04-28 08:07:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428080753-8wmkl9pqzlq9mo9w
Add share and jails/mounts paths to the config spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
data = string(default="/var/lib/ivle")
32
32
logs = string(default="/var/log/ivle")
33
33
 
 
34
share = string(default="${prefix}/share/ivle")
 
35
 
 
36
[[jails]]
 
37
mounts = string(default="${data}/jailmounts")
 
38
 
34
39
[media]
35
40
version = string(default=None)
36
41