X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=serviceman%2Fserviceman.bash;fp=serviceman%2Fserviceman.bash;h=539852134df0e47bc93a836590ecf5a90fb7f1ed;hb=77be4eb172eb0707be3f653189c10738e6090400;hp=6aa1779a3311f3007274558f8e4ef3fc8ed19302;hpb=07b4e36eed300d1bcd107857724736afba4d1afb;p=webi-installers%2F.git diff --git a/serviceman/serviceman.bash b/serviceman/serviceman.bash index 6aa1779..5398521 100644 --- a/serviceman/serviceman.bash +++ b/serviceman/serviceman.bash @@ -8,6 +8,10 @@ # - Launchd (macOS) # - Systemd (Linux) # - Windows Registry +# examples: | +# ```bash +# serviceman add --name my-service ./serve.js --port 3000 +# ``` set -e set -u