Socket
Socket
Sign inDemoInstall

keepalive

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 2.0.0

2

package.json
{
"name": "keepalive",
"version": "1.3.1",
"version": "2.0.0",
"description": "start a process and respawn if it dies",

@@ -5,0 +5,0 @@ "bin": {

@@ -6,4 +6,9 @@ keepalive

Usage
-----
```sh
$ keepalive --logfile my.log --user nobody /bin/my-service --options foo
keepalive <user> <log> <cmd> [<cmdopts>]
Example:
$ keepalive nobody my.log /bin/my-service --options foo
```

@@ -20,2 +25,3 @@

----------
* `2.0.0`: required args
* `1.3.1`: fix issues killing process group

@@ -22,0 +28,0 @@ * `1.3.0`: --user option

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc