How to restart LICODE?

I want to add record features to my licode application
I run licode inside a docker. I do enter my docker image

docker exec -it ezlicode bash

I edit the content of ./licode/licode_config.js

config.erizoController.recording_path = /home

Now… How do I restart licode server so it takes this new record path ?

atm there isn’t an easy way to restart Licode.
the easiest way is to do it is “killall node”

Next step is to create a service for each module (nuve, controller, agent) for your production environment

I use PM2. But it needs a little customization in scripts.