1
0
Fork 0
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:
Michael J. Cohen 2013-08-06 18:40:41 -04:00
parent 2ef57daf8b
commit 11110add54

View file

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