mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-22 10:21:01 +00:00
Make all applications privileged
This commit is contained in:
parent
cec5347c6c
commit
57e8b10928
@ -67,7 +67,7 @@ exports.start = start = (app) ->
|
|||||||
Cmd: ['/bin/bash', '-c', '/start web']
|
Cmd: ['/bin/bash', '-c', '/start web']
|
||||||
)
|
)
|
||||||
).then((container) ->
|
).then((container) ->
|
||||||
container.startAsync()
|
container.startAsync(Privileged: true)
|
||||||
)
|
)
|
||||||
|
|
||||||
exports.restart = restart = (app) ->
|
exports.restart = restart = (app) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user