node-linux icon indicating copy to clipboard operation
node-linux copied to clipboard

Create native background daemons on Linux systems.

Results 18 node-linux issues
Sort by recently updated
recently updated
newest added

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...

Add support for `systemd` style services.

feature request

Console.log redirection not working for me at all. Tested with systemv & systemd on different Debian instances. Node v.0.12

bug

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...

Add support for `upstart` script generation.

feature request

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