Re: cannot run a node.js app using systemd on debian jessie

2016-04-14 Thread jstaff-emplyprep
his hard though. On 04/13/2016 03:58 AM, Dominique Dumont wrote: On Tuesday 12 April 2016 16:52:51 jstaff-emplyprep wrote: ok, using systemctl status -l => lacks ExecStart setting => Executable path is not absolute, ignoring don't we have the full path ? what is it looking for ?

Re: cannot run a node.js app using systemd on debian jessie

2016-04-13 Thread jstaff-emplyprep
04/13/2016 03:58 AM, Dominique Dumont wrote: On Tuesday 12 April 2016 16:52:51 jstaff-emplyprep wrote: ok, using systemctl status -l => lacks ExecStart setting => Executable path is not absolute, ignoring don't we have the full path ? what is it looking for ? May be your /us

Re: cannot run a node.js app using systemd on debian jessie

2016-04-12 Thread jstaff-emplyprep
il 2016 15:35:19 jstaff-emplyprep wrote: $ sudo service webpage restart Failed to restart webpage.service: Unit webpage.service failed to load: Invalid argument. See system logs and 'systemctl status webpage.service' for details. Could you run 'systemctl status webpage.

Re: cannot run a node.js app using systemd on debian jessie

2016-04-12 Thread jstaff-emplyprep
7 AM, Dominique Dumont wrote: On Monday 11 April 2016 15:35:19 jstaff-emplyprep wrote: $ sudo service webpage restart Failed to restart webpage.service: Unit webpage.service failed to load: Invalid argument. See system logs and 'systemctl status webpage.service' for details.

cannot run a node.js app using systemd on debian jessie

2016-04-11 Thread jstaff-emplyprep
the systemd service as shown below fails to run with the error show below - we cannot figure out why. Can someone explain what is wrong with the setup and/or show a setup that works ? any help greatly appreciated as info: we can run "node server.js" from the command line as below: cd /h