mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update upstart comments to reflect new commandline
```service puma start app=PATH_TO_APP`` is the correct syntax.
This commit is contained in:
parent
2ef57daf8b
commit
11110add54
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
|||
# See workers.conf for how to manage all Puma instances at once.
|
||||
#
|
||||
# Save this config as /etc/init/puma.conf then manage puma with:
|
||||
# sudo start puma index=0
|
||||
# sudo stop puma index=0
|
||||
# sudo status puma index=0
|
||||
# sudo start puma app=PATH_TO_APP
|
||||
# sudo stop puma app=PATH_TO_APP
|
||||
# sudo status puma app=PATH_TO_APP
|
||||
#
|
||||
# or use the service command:
|
||||
# sudo service puma {start,stop,restart,status}
|
||||
|
|
Loading…
Add table
Reference in a new issue