Can get bone101.service up running

I am running the beaglebone and I can do SSH into the device but I
cannot get any of the web services up running. When I do "systemctl
status bone101.service", I get the following error message

root@beaglebone:~# systemctl status bone101.service
bone101.service - Beaglebone 101 presentation
          Loaded: loaded (/lib/systemd/system/bone101.service;
enabled)
          Active: failed since Sun, 15 Jan 2012 21:01:05 +0000; 57s
ago
         Process: 103 ExecStart=/usr/bin/node bone101.js (code=exited,
status=1/FAILURE)
          CGroup: name=systemd:/system/bone101.service
root@beaglebone:~#

Does anyone have an idea what is happening here.