add-to-systemd
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
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
2921