1
0
Fork 0
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:
Trung Lê 2013-08-01 19:50:07 +10:00 committed by Tim McEwan
parent 2ef57daf8b
commit f9fc59bb7e

View file

@ -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