From 4dfd1aaf31a4b13e46a3d572230768c07d14418e Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 5 Dec 2016 08:54:38 -0500 Subject: [PATCH] Add snapd browser-support interface to allow couchjs to control process priority --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 34dc83e04c3..6f6b4e47c79 100755 --- a/configure +++ b/configure @@ -210,10 +210,10 @@ apps: couchdb: daemon: simple command: snap_run - plugs: [network-bind] + plugs: [network-bind, browser-support] run: command: snap_run - plugs: [network-bind] + plugs: [network-bind, browser-support] parts: couchdb: plugin: dump