I am running my nodejs app as systemd service and there is no PATH var set for 'cat' had to change lib/linux.js execFile("cat... to execFile("/bin/cat...
I am running my nodejs app as systemd service and there is no PATH var set for 'cat'
had to change lib/linux.js
execFile("cat...
to
execFile("/bin/cat...