node-linux
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -95,3 +95,3 @@ // Handle input parameters | ||
// Hack to force the wrapper process to stay open by launching a ghost socket server | ||
var server = require('net').createServer().listen(); | ||
var server = require('net').createServer().listen(0, '127.0.0.1'); | ||
@@ -210,2 +210,2 @@ /** | ||
// Launch the process | ||
launch(); | ||
launch(); |
{ | ||
"name": "node-linux", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Support daemon creation and management on Linux.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70119
1552