summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hall <mhall119@ubuntu.com>2016-12-05 12:49:15 -0500
committerMichael Hall <mhall119@ubuntu.com>2016-12-05 12:49:15 -0500
commit9835ffbe032bb80a534526b6a0091536cf0f809c (patch)
treee8839c3f33eee14243c972a86d9b9d96e3b4cb01
parent4dfd1aaf31a4b13e46a3d572230768c07d14418e (diff)
downloadcouchdb-9835ffbe032bb80a534526b6a0091536cf0f809c.tar.gz
Provides access to check disk usage by calling the df command
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6f6b4e47c..60ccd1a69 100755
--- a/configure
+++ b/configure
@@ -210,10 +210,10 @@ apps:
couchdb:
daemon: simple
command: snap_run
- plugs: [network-bind, browser-support]
+ plugs: [network-bind, browser-support, mount-observe]
run:
command: snap_run
- plugs: [network-bind, browser-support]
+ plugs: [network-bind, browser-support, mount-observe]
parts:
couchdb:
plugin: dump