I had the same problem, but i took a look at the service file in system for the startup Bone script Cloud9, it's like this:
[Unit] Description=Bonescript autorun ConditionPathExists=|/var/lib/cloud9 [Service] WorkingDirectory=/usr/local/lib/node_modules/bonescript EnvironmentFile=/etc/default/node ExecStart=/usr/bin/node autorun.js SyslogIdentifier=bonescript-autorun [Install] WantedBy=multi-user.target I tried to place the HTML file under WorkingDirectory (/usr/local/lib/node_modules/bonescript) and the JavaScript file kept it under the autorun directory of Cloud9 and waw everything works perfectly ;) -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
