Console.log redirection
Console.log redirection not working for me at all. Tested with systemv & systemd on different Debian instances. Node v.0.12
No logging output for me either, running on Raspbian (Debian) with systemv. Node v0.12.6
It may have to do with this part of wrapper.js : https://github.com/coreybutler/node-linux/blob/master/lib/wrapper.js#L62-L73
When I ran a script (very similar to the example ) that used node-linux to install a package as a service, node gave this deprecation warning about .write:
.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
I'm pretty sure @emdarcher is on the money with the deprecation. I am not working with 0.12.x and node-linux at the moment, but I suspect this is a pretty simple fix. I would accept a PR on this.