mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
doc(serviceman): --agent instead of --user
This commit is contained in:
@@ -66,7 +66,8 @@ To run them manually on your code;
|
||||
jhint -c ./.jshintrc *.js */*.js
|
||||
```
|
||||
- fixjson \
|
||||
(turns JavaScript Objects with comments, trailing commas, etc into actual json)
|
||||
(turns JavaScript Objects with comments, trailing commas, etc into actual
|
||||
json)
|
||||
```sh
|
||||
fixjson -i 2 -w ./package.json
|
||||
```
|
||||
@@ -229,7 +230,7 @@ Node app as a Non-System (Unprivileged) Service on Mac, Windows, and Linux:
|
||||
```sh
|
||||
my_username="$(id -u -n)"
|
||||
|
||||
serviceman add --user --name my-node-project -- \
|
||||
serviceman add --agent --name my-node-project -- \
|
||||
caddy run --config ./Caddyfile --envfile ~/.config/caddy/env
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user