Skip to content

Commit

Permalink
[ubuntu-dev] enable cloud9 sdk collaborative mode for all images
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Oct 27, 2017
1 parent eaa6554 commit acc5035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-dev/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ user = user
command = sudo /usr/sbin/sshd -D
[program:c9sdk]
user = user
command = /home/user/.c9sdk/server.js --auth : --listen 0.0.0.0 --packed --port 8089 --useBrowserCache --workspacetype=janitor -w /home/user
command = /home/user/.c9sdk/server.js --auth : --collab --listen 0.0.0.0 --packed --port 8089 --useBrowserCache --workspacetype=janitor -w /home/user
[program:xvfb]
user = user
command = /usr/bin/Xvfb :98 -screen 0 1280x864x16 -ac -pn -noreset
Expand Down

0 comments on commit acc5035

Please sign in to comment.