cloud9 0.5.1: use nodejs4 instead of nodejs

This allows using nodejs 0.6.x for apps, but running cloud9 using node4

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-04-08 11:26:55 +02:00
parent 05203855ac
commit da0fb166a4
2 changed files with 4 additions and 4 deletions
@@ -3,7 +3,7 @@ Description=Cloud9 IDE
ConditionPathExists=|/var/lib/cloud9
[Service]
ExecStart=/usr/bin/node /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000
ExecStart=/usr/bin/node4 /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000
[Install]
WantedBy=multi-user.target