serviceman/README.md

18 lines
279 B
Markdown
Raw Normal View History

2019-07-01 04:31:31 +00:00
# go-serviceman
2019-07-01 08:44:48 +00:00
A cross-platform service manager.
Goal:
```bash
serviceman install [options] [interpreter] <service> [-- [options]]
```
```bash
serviceman install --user ./foo-app -- -c ./
```
```bash
serviceman install --user /usr/local/bin/node ./whatever.js -- -c ./
```