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

**Is your feature request related to a problem? Please describe.** Yes, it is related to a little problem **Describe the solution you'd like** I love and appreciate the effort put...

In lib/systemv.js, the output of "cat /proc/version" is parsed for certain Redhat or Debian strings. This does not work for all Linux builds. The standard method for init scripts is...

After also checking node-windows code I realized that execPath is simply being ignored on node-linux.

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

The versions before this one do not support actual specification of the working directory of the service. The first commit is an implementation that does just that. The original version...

add working directory for systemv daemon

Also includes a bit of non-invasive cleanup.

Hello, Could you implement a way to parameterize the after variable? You would need this to ensure the order to start the services ``` [Unit] Description={{description}} After={{After}} ``` Thank you...

This is a followon from the node-windows pull request. I have not really tested the debian systemv path yet. I will probably get to that on Monday. But it is...

This is my first foray into Node.js/Javascript development, so hopefully I fixed this issue correctly (#31). Please let me know if the fix is release-worthy.