Repository: couchdb Updated Branches: refs/heads/master 4dfd1aaf3 -> 9835ffbe0
Provides access to check disk usage by calling the df command Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9835ffbe Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9835ffbe Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9835ffbe Branch: refs/heads/master Commit: 9835ffbe032bb80a534526b6a0091536cf0f809c Parents: 4dfd1aa Author: Michael Hall <[email protected]> Authored: Mon Dec 5 12:49:15 2016 -0500 Committer: Michael Hall <[email protected]> Committed: Mon Dec 5 12:49:15 2016 -0500 ---------------------------------------------------------------------- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9835ffbe/configure ---------------------------------------------------------------------- diff --git a/configure b/configure index 6f6b4e4..60ccd1a 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
