Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

add-to-systemd

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-to-systemd - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "add-to-systemd",
"version": "1.0.0",
"version": "1.0.1",
"description": "Small command line tool to simply add a service to systemd",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # add-to-systemd

```
```shell
npm install -g add-to-systemd

@@ -12,7 +12,7 @@ ```

```
```shell
# add a node server to systemd (will start it on boot)
add-to-systemd my-new-service "node server.js --port 8080"
# lets start it right away
service my-new-service start
systemctl start my-new-service
```

@@ -19,0 +19,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc