mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
remove obsolete pumactl instructions; refer to pumactl for details
This commit is contained in:
parent
2ef57daf8b
commit
f9fc59bb7e
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -180,17 +180,7 @@ Because of various platforms not being implement certain things, the following d
|
|||
|
||||
## pumactl
|
||||
|
||||
If you start puma with `-S some/path` then you can pass that same path to the `pumactl` program to control your server. For instance:
|
||||
|
||||
$ pumactl -S some/path command
|
||||
|
||||
or
|
||||
|
||||
$ pumactl -C url -T token command
|
||||
|
||||
will cause the server to perform a restart. `pumactl` is a simple CLI frontend to the control/status app described above.
|
||||
|
||||
Allowed commands: `status`, `restart`, `halt`, `stop`
|
||||
`pumactl` is a simple CLI frontend to the control/status app described above. Please refer to `pumactl --help` for available commands.
|
||||
|
||||
## Managing multiple Pumas / init.d / upstart scripts
|
||||
|
||||
|
|
Loading…
Reference in a new issue