From 57e8b10928ad2af011a8a5ba4a2bc6b9ace0cc18 Mon Sep 17 00:00:00 2001 From: Petros Aggelatos Date: Mon, 30 Dec 2013 01:14:38 +0000 Subject: [PATCH] Make all applications privileged --- src/application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.coffee b/src/application.coffee index 36d2c573..b655a6f1 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -67,7 +67,7 @@ exports.start = start = (app) -> Cmd: ['/bin/bash', '-c', '/start web'] ) ).then((container) -> - container.startAsync() + container.startAsync(Privileged: true) ) exports.restart = restart = (app) ->