node-linux
node-linux copied to clipboard
Create native background daemons on Linux systems.
Besides installing/uninstalling and starting/stopping a service, the user should be able to enable and disable it. Use case: in my install.js right now I can only install and start my...
Console.log redirection not working for me at all. Tested with systemv & systemd on different Debian instances. Node v.0.12
My program crashed when launched from a /etc/init.d/ script created by node-linux This is the error, from /var/log/parkberry-error.log: ``` Wed Apr 01 2015 15:44:17 GMT+0200 (CEST) - SVCMGR - Uncaught...
Hi, I have added two new arguments: `execPath` and `scriptArgs`. - **execPath** allows to change the path of Node.js. Convenient to run Coffeescript scripts - **scriptArgs** can be use to...
Hi, I am using node-linux in one of my projects recently which runs on Amazon AWS. I've added support for AWS AMI and also added support for '-' and '_'...
optimist is already very deprecated, replaced with yargs. mocha dependency is printing deprecation warnings, workaround is disabling it