Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorZachary Michaels <mikezackles@gmail.com>2015-06-24 05:01:46 +0300
committerZachary Michaels <mikezackles@gmail.com>2015-06-24 05:01:46 +0300
commit6f0f0cd3931658f8af46eb5429dcff5245c83a0d (patch)
treee9e3bdf930133ef1bf82fc093008ef5f1ae7da75 /res
parent5a74071e599cfc7b49f03c745ec25d8918be1f3d (diff)
Move spool directory for vagrant
There seem to be problems using a spool directory inside vagrant's shared folder.
Diffstat (limited to 'res')
-rwxr-xr-xres/config/magma.sandbox.config.vagrant2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config/magma.sandbox.config.vagrant b/res/config/magma.sandbox.config.vagrant
index 40e29427..88cbb7e8 100755
--- a/res/config/magma.sandbox.config.vagrant
+++ b/res/config/magma.sandbox.config.vagrant
@@ -55,7 +55,7 @@ magma.iface.virus.available = false
magma.library.file = ../build_lib/magmad.so
magma.library.unload = false
magma.output.path = ../res/logs/
-magma.spool = ../res/spool/
+magma.spool = /home/vagrant/spool
magma.storage.default = local
magma.storage.root = servers/local/
magma.system.enable_core_dumps = true