cloud9 remove root access Debian 8

Hi,

In Debian stretch, cloud9 is no longer root

Is it possible to remove root access to cloud 9 for Debian 8?

regards,
Sebastián

Yes, just a few changes required:

in the cloud9.service file:

Change the [Service] to have:

WorkingDirectory=/opt/cloud9/build/standalonebuild
EnvironmentFile=/etc/default/cloud9
ExecStartPre=/opt/cloud9/cloud9-symlink
ExecStart=/usr/bin/nodejs server.js --packed -w /var/lib/cloud9
SyslogIdentifier=cloud9ide
User=1000

create the "symlink"

/opt/cloud9/cloud9-symlink

Thanks you Robert :slight_smile:

Tagging along to this discussion… Where is the “cloud9.service” file?