forked from nospaceships/node-os-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 1.1.0 in package.json, Update README.md for 1.1.0, …
…Migrate C++ addon code to use the Native Abstractions for Node framework, Add missing shebang line '#!' to start/stop script template, Not possible to specify run levels for Linux start/stop script (added new `runLevels` item to the `options` parameter to the `add()` function
- Loading branch information
Stephen Vickers
committed
Oct 9, 2015
1 parent
2642977
commit 7cec373
Showing
7 changed files
with
126 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
syntax: glob | ||
build | ||
example/*.log | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,6 +199,9 @@ The `name` parameter specifies the name of the created service. The optional | |
of `process.argv[1]` | ||
* `programArgs` - An array of strings specifying parameters to pass to | ||
`programPath`, defaults to `[]` | ||
* `runLevels` - An array of numbers specifying Linux run-levels at which | ||
the service should be started for Linux platforms, defaults to | ||
`[2, 3, 4, 5]` | ||
|
||
The service will be set to automatically start at boot time, but not started. | ||
The service can be started using the `net start "my-service"` command on | ||
|
@@ -323,6 +326,13 @@ Bug reports should be sent to <[email protected]>. | |
|
||
* Host repository on GitHub | ||
|
||
## Version 1.1.0 - 09/10/2015 | ||
|
||
* Migrate C++ addon code to use the Native Abstractions for Node framework | ||
* Add missing shebang line '#!' to start/stop script template | ||
* Not possible to specify run levels for Linux start/stop script (added new | ||
`runLevels` item to the `options` parameter to the `add()` function | ||
|
||
# Roadmap | ||
|
||
Suggestions and requirements should be sent to <[email protected]>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.